]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/security/proc_to_proc/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / tools / regression / security / proc_to_proc / Makefile
1 # $FreeBSD$
2
3 PROG=   testuid
4 MAN=
5
6 ADDITIONAL_FLAGS=-DSETSUGID_SUPPORTED
7 #ADDITIONAL_FLAGS=      -DSETSUGID_SUPPORTED_BUT_NO_LIBC_STUB
8 ADDITIONAL_FLAGS+=      -DCHECK_CRED_SET
9 CFLAGS+=        ${ADDITIONAL_FLAGS}
10 SRCS=   testuid.c scenario.c
11
12 .include <bsd.prog.mk>