Remove sgml stuff from the build-tools target. It is no longer used

in a make world.
This commit is contained in:
John Fieber 1997-06-08 15:04:06 +00:00
parent 89780415d4
commit 436821e9a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26510

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.128 1997/05/26 05:27:37 peter Exp $ # $Id: Makefile,v 1.129 1997/06/08 14:03:23 jhay Exp $
# #
# Make command line options: # Make command line options:
# -DCLOBBER will remove /usr/include # -DCLOBBER will remove /usr/include
@ -197,7 +197,7 @@ world:
cd ${.CURDIR} && ${MAKE} libraries cd ${.CURDIR} && ${MAKE} libraries
@echo @echo
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
@echo " Rebuilding sgml tools, symorder, groff and zic(8)" @echo " Rebuilding symorder, groff and zic(8)"
@echo "--------------------------------------------------------------" @echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} build-tools cd ${.CURDIR} && ${MAKE} build-tools
@echo @echo
@ -503,9 +503,6 @@ build-tools:
share/info \ share/info \
gnu/usr.bin/texinfo \ gnu/usr.bin/texinfo \
usr.bin/symorder \ usr.bin/symorder \
usr.bin/sgmls \
usr.bin/sgmlfmt \
share/sgml \
usr.sbin/zic \ usr.sbin/zic \
gnu/usr.bin/awk \ gnu/usr.bin/awk \
gnu/usr.bin/groff gnu/usr.bin/groff