]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/security/proc_to_proc/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>