freebsd-dev/usr.bin/brandelf/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
170 B
Makefile
Raw Normal View History

# $FreeBSD$
2018-11-18 12:23:03 +00:00
.include <src.opts.mk>
PROG= brandelf
2018-11-18 12:23:03 +00:00
.if ${MK_CASPER} != "no"
LIBADD+= casper
LIBADD+= cap_fileargs
CFLAGS+= -DWITH_CASPER
.endif
.include <bsd.prog.mk>