From f0a75d274af375d15b97b830966b99a02b7db911 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Fri, 6 Apr 2007 01:09:06 +0000 Subject: Please welcome ZFS - The last word in file systems. ZFS file system was ported from OpenSolaris operating system. The code in under CDDL license. I'd like to thank all SUN developers that created this great piece of software. Supported by: Wheel LTD (http://www.wheel.pl/) Supported by: The FreeBSD Foundation (http://www.freebsdfoundation.org/) Supported by: Sentex (http://www.sentex.net/) --- cddl/sbin/zfs/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cddl/sbin/zfs/Makefile (limited to 'cddl/sbin/zfs/Makefile') diff --git a/cddl/sbin/zfs/Makefile b/cddl/sbin/zfs/Makefile new file mode 100644 index 000000000000..7fab5bc460d1 --- /dev/null +++ b/cddl/sbin/zfs/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../contrib/opensolaris/cmd/zfs + +PROG= zfs +MAN= zfs.8 +SRCS= zfs_main.c +SRCS+= zfs_iter.c + +CFLAGS+=-I${.CURDIR}/../../../contrib/opensolaris/lib/libzpool/common +CFLAGS+=-I${.CURDIR}/../../../compat/opensolaris/include +CFLAGS+=-I${.CURDIR}/../../../compat/opensolaris/lib/libumem +CFLAGS+=-I${.CURDIR}/../../../sys/compat/opensolaris +CFLAGS+=-I${.CURDIR}/../../../contrib/opensolaris/head +CFLAGS+=-I${.CURDIR}/../../../contrib/opensolaris/lib/libuutil/common +CFLAGS+=-I${.CURDIR}/../../../contrib/opensolaris/lib/libzfs/common +CFLAGS+=-I${.CURDIR}/../../../contrib/opensolaris/lib/libumem/common +CFLAGS+=-I${.CURDIR}/../../../contrib/opensolaris/lib/libnvpair +CFLAGS+=-I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common +CFLAGS+=-I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/fs/zfs +CFLAGS+=-I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common/sys +CFLAGS+=-I${.CURDIR}/../../../sys + +DPADD= ${LIBGEOM} ${LIBM} ${LIBNVPAIR} ${LIBUUTIL} ${LIBZFS} +LDADD= -lgeom -lm -lnvpair -luutil -lzfs + +.include -- cgit v1.2.3