freebsd-dev/tools/regression/security/proc_to_proc/Makefile
Robert Watson 3ceef0c3d7 o Enable -DSETSUGID_SUPPORTED in inter-process authorization regression
test by default, as setugid() is now part of the base kernel (assuming
  (options REGRESSION) has been enabled for the running kernel).

Obtained from: TrustedBSD Project
2001-04-11 20:23:23 +00:00

13 lines
250 B
Makefile

# $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>