summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2003-02-05 18:33:36 +0000
committeralex <alex@FreeBSD.org>2003-02-05 18:33:36 +0000
commitb014f4134557052d358c454394a602f5b317513d (patch)
tree53671da0dcfce748a6f151a1537e65961b1d190d /share
parenta2b80d2be895344684724a5d98d544719d0d8a2e (diff)
downloadFreeBSD-src-b014f4134557052d358c454394a602f5b317513d.zip
FreeBSD-src-b014f4134557052d358c454394a602f5b317513d.tar.gz
Remove MAKEDEV quirks, now obsolete.
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf5
-rw-r--r--share/man/man5/make.conf.516
2 files changed, 0 insertions, 21 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index e5b239c..37224bf 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -152,11 +152,6 @@
# be OK to use for any non-commercial use. This is optional.
#MAKE_IDEA= YES # IDEA (128 bit symmetric encryption)
#
-# If you want to install MAKEDEV set MAKEDEV_INSTALL.
-# To run MAKEDEV all on /dev during install set MAKEDEV_RUN.
-#MAKEDEV_INSTALL= true
-#MAKEDEV_RUN= true
-#
# If you do not want unformatted manual pages to be compressed
# when they are installed:
#
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 24e4dd3..f2ec739 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -476,22 +476,6 @@ and related programs.
Set to not build the
.Xr mailwrapper 8
MTA selector.
-.It Va MAKEDEV_INSTALL
-.Pq Vt bool
-Set to install
-.Pa MAKEDEV
-in
-.Pa /dev .
-This is needed for the
-.Va MAKEDEV_RUN
-variable to have an effect.
-.It Va MAKEDEV_RUN
-.Pq Vt bool
-Set to run
-.Dq Li "MAKEDEV all"
-on
-.Pa /dev
-during install.
.It Va NO_OBJC
.Pq Vt bool
Set to not build Objective C support.
OpenPOWER on IntegriCloud