Remove building usr.bin/vi as part of build-tools per r275687

This commit is contained in:
Enji Cooper 2014-12-10 20:43:17 +00:00
parent f0d7e7f714
commit 989966a8f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275688

View File

@ -1393,18 +1393,6 @@ build-tools: .MAKE
${MAKE} DIRPRFX=${_tool}/ depend && \
${MAKE} DIRPRFX=${_tool}/ all
.endfor
# usr.bin/vi is required to process files in share/termcap
.if !defined(NO_SHARE)
.for _tool in \
usr.bin/vi
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \
${MAKE} DIRPRFX=${_tool}/ obj && \
${MAKE} DIRPRFX=${_tool}/ depend MK_MAN=no SUBDIR= && \
${MAKE} DIRPRFX=${_tool}/ all MK_MAN=no SUBDIR= && \
${MAKE} DIRPRFX=${_tool}/ install MK_MAN=no SUBDIR= DESTDIR=${WORLDTMP}/
.endfor
.endif
#
# kernel-tools: Build kernel-building tools