xref: /dragonfly/usr.bin/setcaps/Makefile (revision 2b3f93ea)
1
2PROG=	setcaps
3
4.if defined(BOOTSTRAPPING)
5CFLAGS+= -DBOOTSTRAPPING
6.endif
7
8.include <bsd.prog.mk>
9