summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-03-29 14:03:07 +0000
committerasmodai <asmodai@FreeBSD.org>2001-03-29 14:03:07 +0000
commitc3030e9fc4321a085b16cd13da3968ddd2c3d79c (patch)
treef0d28587120af00ec248659215750d1b39608ea4 /share/examples
parent6b7dcb373b1e1adaa0369944b5e3c6fddb35b12a (diff)
downloadFreeBSD-src-c3030e9fc4321a085b16cd13da3968ddd2c3d79c.zip
FreeBSD-src-c3030e9fc4321a085b16cd13da3968ddd2c3d79c.tar.gz
Change NO_MAKEDEV to a finer granularity method:
NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge.
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 3860a14..5328984 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -128,8 +128,11 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# be OK to use for any non-commercial use. This is optional.
#MAKE_IDEA= YES # IDEA (128 bit symmetric encryption)
#
-# To avoid running MAKEDEV all on /dev during install:
-#NO_MAKEDEV= true
+# To avoid running MAKEDEV all on /dev during install set NO_MAKEDEV_RUN.
+# If you don't want to install MAKEDEV set NO_MAKEDEV_INSTALL, this implies
+# NO_MAKEDEV_RUN.
+#NO_MAKEDEV_INSTALL= true
+#NO_MAKEDEV_RUN= true
#
# If you do not want unformatted manual pages to be compressed
# when they are installed:
OpenPOWER on IntegriCloud