summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1997-06-08 15:04:06 +0000
committerjfieber <jfieber@FreeBSD.org>1997-06-08 15:04:06 +0000
commitff4b478227c7e2f7b5feb49d0be9e2029963b28b (patch)
treea4a57457ce042a4c13fbc023b169be3505a73ecd /Makefile
parent01d98d43a4322b5f8b6e77c9ef6102d70c0f64ae (diff)
downloadFreeBSD-src-ff4b478227c7e2f7b5feb49d0be9e2029963b28b.zip
FreeBSD-src-ff4b478227c7e2f7b5feb49d0be9e2029963b28b.tar.gz
Remove sgml stuff from the build-tools target. It is no longer used
in a make world.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5d699b1..f60a13b 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
# -DCLOBBER will remove /usr/include
@@ -197,7 +197,7 @@ world:
cd ${.CURDIR} && ${MAKE} libraries
@echo
@echo "--------------------------------------------------------------"
- @echo " Rebuilding sgml tools, symorder, groff and zic(8)"
+ @echo " Rebuilding symorder, groff and zic(8)"
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} build-tools
@echo
@@ -503,9 +503,6 @@ build-tools:
share/info \
gnu/usr.bin/texinfo \
usr.bin/symorder \
- usr.bin/sgmls \
- usr.bin/sgmlfmt \
- share/sgml \
usr.sbin/zic \
gnu/usr.bin/awk \
gnu/usr.bin/groff
OpenPOWER on IntegriCloud