]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/security/proc_to_proc/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / security / proc_to_proc / Makefile
1 # $FreeBSD$
2
3 PROG=   testuid
4 NO_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>