b29bf2f84e
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
15 lines
238 B
Makefile
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>
|