xref: /freebsd/tools/regression/security/cap_test/Makefile (revision ceb42a13a1a6752319d23597de7e8232a3374417)
1*ceb42a13SJonathan Anderson# $FreeBSD$
2*ceb42a13SJonathan Anderson
3*ceb42a13SJonathan AndersonPROG=	cap_test
4*ceb42a13SJonathan AndersonSRCS=	cap_test.c cap_test_capmode.c cap_test_sysctl.c
5*ceb42a13SJonathan AndersonWARNS=	3
6*ceb42a13SJonathan AndersonNO_MAN=
7*ceb42a13SJonathan AndersonCFLAGS+=	-DMACHINE=\"${MACHINE}\"
8*ceb42a13SJonathan Anderson
9*ceb42a13SJonathan Anderson.include <bsd.prog.mk>
10