freebsd-dev/sbin/bectl/Makefile
Kyle Evans 83244ec1ec bectl(8): Hack together a more proper bectl list
Note that the space is currently just the 'used' property of the dataset.
2018-07-26 18:56:50 +00:00

17 lines
266 B
Makefile

# $FreeBSD$
PROG= bectl
MAN= bectl.8
LIBADD+= be
LIBADD+= jail
LIBADD+= nvpair
LIBADD+= util
CFLAGS+= -I${SRCTOP}/cddl/contrib/opensolaris/lib/libzfs/common
CFLAGS+= -I${SRCTOP}/sys/cddl/compat/opensolaris
CFLAGS+= -DNEED_SOLARIS_BOOLEAN
.include <bsd.prog.mk>