aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zfs/Makefile.am
blob: 8a3c13a1fcfe35f936e4f241d2463543f144c469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
sbin_PROGRAMS   += zfs
CPPCHECKTARGETS += zfs

zfs_SOURCES = \
	%D%/zfs_iter.c \
	%D%/zfs_iter.h \
	%D%/zfs_main.c \
	%D%/zfs_project.c \
	%D%/zfs_projectutil.h \
	%D%/zfs_util.h

zfs_LDADD = \
	libzfs.la \
	libzfs_core.la \
	libnvpair.la \
	libuutil.la

zfs_LDADD += $(LTLIBINTL)

if BUILD_FREEBSD
zfs_LDADD += -lgeom -ljail
endif