repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update RELEASES.md LTS release to 2.2
[zfs.git]
/
cmd
/
zfs
/
Makefile.am
blob
8a3c13a1fcfe35f936e4f241d2463543f144c469
1
sbin_PROGRAMS += zfs
2
CPPCHECKTARGETS += zfs
3
4
zfs_SOURCES = \
5
%D%/zfs_iter.c \
6
%D%/zfs_iter.h \
7
%D%/zfs_main.c \
8
%D%/zfs_project.c \
9
%D%/zfs_projectutil.h \
10
%D%/zfs_util.h
11
12
zfs_LDADD = \
13
libzfs.la \
14
libzfs_core.la \
15
libnvpair.la \
16
libuutil.la
17
18
zfs_LDADD += $(LTLIBINTL)
19
20
if BUILD_FREEBSD
21
zfs_LDADD += -lgeom -ljail
22
endif