]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/brandelf/Makefile
Merge bmake-20230909
[FreeBSD/FreeBSD.git] / usr.bin / brandelf / Makefile
1
2 .include <src.opts.mk>
3
4 PROG=   brandelf
5
6 .if ${MK_CASPER} != "no"
7 LIBADD+=        casper
8 LIBADD+=        cap_fileargs
9 CFLAGS+=        -DWITH_CASPER
10 .endif
11
12 .include <bsd.prog.mk>