diff options
Diffstat (limited to 'tools/regression/security/proc_to_proc/Makefile')
| -rw-r--r-- | tools/regression/security/proc_to_proc/Makefile | 10 |
1 files changed, 10 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 000000000000..984791c299b6 --- /dev/null +++ b/tools/regression/security/proc_to_proc/Makefile @@ -0,0 +1,10 @@ +PROG= testuid +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> |
