summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rescue/rescue/Makefile4
-rw-r--r--share/examples/etc/make.conf1
-rw-r--r--share/man/man5/make.conf.55
-rw-r--r--tools/tools/nanobsd/make.conf1
4 files changed, 0 insertions, 11 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 004600d..7213a3c 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -123,10 +123,6 @@ CRUNCH_LIBS+= -latm
CRUNCH_PROGS_sbin+= ping6
.endif
-.if !defined(NO_VINUM)
-CRUNCH_PROGS_sbin+= vinum
-.endif
-
.if !defined(NO_IPFILTER)
CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat
.endif
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 122be19..4e136fa 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -143,7 +143,6 @@
#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
#NO_TOOLCHAIN= # do not build programs for program development
#NO_USB= # do not build usbd(8) and related programs
-#NO_VINUM= # do not build Vinum utilities
#
# Variables to control whether parts of the base BIND are built.
# Defining NO_BIND makes all of the following BIND variables obsolete.
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 1d3490f..c0f3124 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -475,11 +475,6 @@ Set to not build
.Xr acpiconf 8 ,
.Xr acpidump 8
and related programs.
-.It Va NO_VINUM
-.Pq Vt bool
-Set to not build
-.Xr vinum 8
-and related programs.
.It Va NO_MAILWRAPPER
.Pq Vt bool
Set to not build the
diff --git a/tools/tools/nanobsd/make.conf b/tools/tools/nanobsd/make.conf
index 373d8bd..75e09d4 100644
--- a/tools/tools/nanobsd/make.conf
+++ b/tools/tools/nanobsd/make.conf
@@ -37,7 +37,6 @@ NO_SENDMAIL=
NO_SHAREDOCS=
NO_TOOLCHAIN=
NO_USB=
-NO_VINUM=
#NO_YP_LIBC=
# If this macro is defined, UFS volume labels are used on
OpenPOWER on IntegriCloud