xref: /dflybsd-src/usr.bin/setcaps/Makefile (revision 2b3f93ea6d1f70880f3e87f3c2cbe0dc0bfc9332)
1*2b3f93eaSMatthew Dillon
2*2b3f93eaSMatthew DillonPROG=	setcaps
3*2b3f93eaSMatthew Dillon
4*2b3f93eaSMatthew Dillon.if defined(BOOTSTRAPPING)
5*2b3f93eaSMatthew DillonCFLAGS+= -DBOOTSTRAPPING
6*2b3f93eaSMatthew Dillon.endif
7*2b3f93eaSMatthew Dillon
8*2b3f93eaSMatthew Dillon.include <bsd.prog.mk>
9