summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-08-29 10:35:01 +0000
committerphk <phk@FreeBSD.org>2003-08-29 10:35:01 +0000
commit69a89b719e68377bea82c843e9aad95c36f778a9 (patch)
tree7678c8ce0f5bce166dfa1b851883288faa470652 /sbin/Makefile
parenta225ed0f0f058d020eb79ba55f3997e0ab1580a4 (diff)
downloadFreeBSD-src-69a89b719e68377bea82c843e9aad95c36f778a9.zip
FreeBSD-src-69a89b719e68377bea82c843e9aad95c36f778a9.tar.gz
Introduce more knobs to slim down FreeBSD userland
NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff
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