summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index c91d131..71e5440 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -74,8 +74,7 @@ SUBDIR= adjkerntz \
swapon \
sysctl \
tunefs \
- umount \
- vinum
+ umount
.if !defined(NOATM)
SUBDIR+=atm
@@ -98,6 +97,10 @@ SUBDIR+=ip6fw \
ping6
.endif
+.if !defined(NO_VINUM)
+SUBDIR+=vinum
+.endif
+
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=cxconfig
.if ${MACHINE} == "pc98"
OpenPOWER on IntegriCloud