From 69a89b719e68377bea82c843e9aad95c36f778a9 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 29 Aug 2003 10:35:01 +0000 Subject: 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 --- sbin/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sbin/Makefile') 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" -- cgit v1.1