summaryrefslogtreecommitdiffstats
path: root/tools/regression/security/proc_to_proc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/security/proc_to_proc/Makefile')
-rw-r--r--tools/regression/security/proc_to_proc/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/regression/security/proc_to_proc/Makefile b/tools/regression/security/proc_to_proc/Makefile
new file mode 100644
index 0000000..4880879
--- /dev/null
+++ b/tools/regression/security/proc_to_proc/Makefile
@@ -0,0 +1,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