freebsd-dev/sbin/bectl/Makefile
Kyle Evans b29bf2f84e libbe(3)/be(8): Drop WARNS overrides, fix all fallout
Based on the idea that we shouldn't have all-new library and utility going
into base that need WARNS=1...

- Decent amount of constification
- Lots of parentheses
- Minor other nits
2018-07-25 15:14:35 +00:00

15 lines
238 B
Makefile

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