summaryrefslogtreecommitdiffstats
path: root/tools/regression/security/proc_to_proc/Makefile
blob: ad09f7a696f330d9b8c341561ed6ba9b0b831509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=	testuid
NO_MAN=

ADDITIONAL_FLAGS=-DSETSUGID_SUPPORTED
#ADDITIONAL_FLAGS=	-DSETSUGID_SUPPORTED_BUT_NO_LIBC_STUB
ADDITIONAL_FLAGS+=	-DCHECK_CRED_SET
CFLAGS+=	${ADDITIONAL_FLAGS}
SRCS=	testuid.c scenario.c

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud