3ceef0c3d7
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
13 lines
250 B
Makefile
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>
|