]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/sys/fs/Makefile.am
Vdev Properties Feature
[FreeBSD/FreeBSD.git] / include / sys / fs / Makefile.am
1 COMMON_H = \
2         zfs.h
3
4 if CONFIG_USER
5 libzfsdir = $(includedir)/libzfs/sys/fs
6 libzfs_HEADERS = $(COMMON_H)
7 endif
8
9 if CONFIG_KERNEL
10 if BUILD_LINUX
11 kerneldir = @prefix@/src/zfs-$(VERSION)/include/sys/fs
12 kernel_HEADERS = $(COMMON_H)
13 endif
14 endif