diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 08:47:35 +0000 |
commit | cec60429bbb77a84c44199253f4a9d1a628fcc2a (patch) | |
tree | 7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /tools/regression/security | |
parent | 8a8ad0dddfa253e5daf138f2193095556257d0ce (diff) | |
download | FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.zip FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.tar.gz |
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Diffstat (limited to 'tools/regression/security')
-rw-r--r-- | tools/regression/security/access/Makefile | 2 | ||||
-rw-r--r-- | tools/regression/security/proc_to_proc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/security/access/Makefile b/tools/regression/security/access/Makefile index 16e796f..7ec3999 100644 --- a/tools/regression/security/access/Makefile +++ b/tools/regression/security/access/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= testaccess -NOMAN= +NO_MAN= SRCS= testaccess.c CFLAGS += -Wall diff --git a/tools/regression/security/proc_to_proc/Makefile b/tools/regression/security/proc_to_proc/Makefile index 3950943..ad09f7a6 100644 --- a/tools/regression/security/proc_to_proc/Makefile +++ b/tools/regression/security/proc_to_proc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= testuid -NOMAN= +NO_MAN= ADDITIONAL_FLAGS=-DSETSUGID_SUPPORTED #ADDITIONAL_FLAGS= -DSETSUGID_SUPPORTED_BUT_NO_LIBC_STUB |