summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e5b239c7f3d9..37224bf9eddf 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 24e4dd3ae6fd..f2ec7397136b 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.