mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 15:05:17 -04:00
10 lines
157 B
Makefile
10 lines
157 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= cap_test
|
||
|
|
SRCS= cap_test.c cap_test_capmode.c cap_test_sysctl.c
|
||
|
|
WARNS= 3
|
||
|
|
NO_MAN=
|
||
|
|
CFLAGS+= -DMACHINE=\"${MACHINE}\"
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|