Current Path : /usr/src/cddl/usr.bin/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/cddl/usr.bin/Makefile |
# $FreeBSD: release/9.1.0/cddl/usr.bin/Makefile 219089 2011-02-27 19:41:40Z pjd $ .include <bsd.own.mk> SUBDIR= \ ctfconvert \ ctfdump \ ctfmerge \ sgsmsg \ ${_zinject} \ ${_zlook} \ ${_zstreamdump} \ ${_ztest} .if ${MK_ZFS} != "no" _zinject= zinject #_zlook= zlook .if ${MK_LIBTHR} != "no" _ztest= ztest _zstreamdump = zstreamdump .endif .endif .include <bsd.subdir.mk>