1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/usr.bin/brandelf/Makefile
2018-11-18 12:23:03 +00:00

14 lines
170 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
PROG= brandelf
.if ${MK_CASPER} != "no"
LIBADD+= casper
LIBADD+= cap_fileargs
CFLAGS+= -DWITH_CASPER
.endif
.include <bsd.prog.mk>