summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:49:24 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:49:24 +0000
commitc8158555ed6a8a16d7683dc8764f1a573fd39f5d (patch)
treeb0b7af3eeaf74198d68a3894a62f81863ff13438 /share
parent0f51b4223f8cbd52434f4a5bd7ce0a29984e28f9 (diff)
downloadFreeBSD-src-c8158555ed6a8a16d7683dc8764f1a573fd39f5d.zip
FreeBSD-src-c8158555ed6a8a16d7683dc8764f1a573fd39f5d.tar.gz
NOPAM -> NO_PAM
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/picobsd.82
-rw-r--r--share/mk/bsd.compat.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man8/picobsd.8 b/share/man/man8/picobsd.8
index 9207b82..aba665b 100644
--- a/share/man/man8/picobsd.8
+++ b/share/man/man8/picobsd.8
@@ -255,7 +255,7 @@ We can pass build options to those makefiles which understand
that, in order to reduce the size of the programs.
This is achieved with a line of the form
.Pp
-.Dl "buildopts -DNOPAM -DRELEASE_CRUNCH ..."
+.Dl "buildopts -DNO_PAM -DRELEASE_CRUNCH ..."
.It
When providing the list of directories where source files are, it
is convenient to list the following entry first:
diff --git a/share/mk/bsd.compat.mk b/share/mk/bsd.compat.mk
index d91f96c..d553a1a 100644
--- a/share/mk/bsd.compat.mk
+++ b/share/mk/bsd.compat.mk
@@ -24,6 +24,7 @@
NOMANCOMPRESS:NO_MANCOMPRESS \
NOMLINKS:NO_MLINKS \
NOOBJ:NO_OBJ \
+ NOPAM:NO_PAM \
NOPIC:NO_PIC \
NOPROFILE:NO_PROFILE \
NOSHARE:NO_SHARE \
OpenPOWER on IntegriCloud