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

PROG=	testuid
NOMAN=	yes

#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