aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-08-29 10:35:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-08-29 10:35:01 +0000
commit3bc2f9a8974639ac4c0d112675d86584336b1620 (patch)
tree7678c8ce0f5bce166dfa1b851883288faa470652 /sbin
parent403a9c73fbb84d7a68fe63c7a97040e3caacfb82 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index c91d13140dc6..71e5440598d4 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"