mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Add option WITHOUT_VI to not build/install vi. vi was the largest
binary without a knob to turn it off.
This commit is contained in:
parent
f6092768b1
commit
d6d1ee211a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264903
@ -166,6 +166,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
UNBOUND \
|
||||
USB \
|
||||
UTMPX \
|
||||
VI \
|
||||
WIRELESS \
|
||||
WPA_SUPPLICANT_EAPOL \
|
||||
ZFS \
|
||||
|
2
tools/build/options/WITHOUT_VI
Normal file
2
tools/build/options/WITHOUT_VI
Normal file
@ -0,0 +1,2 @@
|
||||
.\" $FreeBSD$
|
||||
Set to not build and install vi, view, ex and related programs.
|
@ -182,7 +182,6 @@ SUBDIR= alias \
|
||||
unvis \
|
||||
uudecode \
|
||||
uuencode \
|
||||
vi \
|
||||
vis \
|
||||
vmstat \
|
||||
w \
|
||||
@ -361,6 +360,10 @@ SUBDIR+= xstr
|
||||
SUBDIR+= yacc
|
||||
.endif
|
||||
|
||||
.if ${MK_VI} != "no"
|
||||
SUBDIR+= vi
|
||||
.endif
|
||||
|
||||
.if ${MK_USB} != "no"
|
||||
SUBDIR+= usbhidaction
|
||||
SUBDIR+= usbhidctl
|
||||
|
Loading…
Reference in New Issue
Block a user