summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjfieber <jfieber@FreeBSD.org>1995-11-05 18:42:23 +0000
committerjfieber <jfieber@FreeBSD.org>1995-11-05 18:42:23 +0000
commitb865c17b8c6798ca7feb2451c6bf0ddc5abeafad (patch)
tree9d8eb6cef20619588e5969af5283a196e505f7d1 /Makefile
parent29af6ad502faaa6a3399fa69a15b2543964c5176 (diff)
downloadFreeBSD-src-b865c17b8c6798ca7feb2451c6bf0ddc5abeafad.zip
FreeBSD-src-b865c17b8c6798ca7feb2451c6bf0ddc5abeafad.tar.gz
Add sgmlfmt to build-tools target so a make world with current source
on a <= 2.0.5 system does not fall over.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b994b0..91bc56d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.64 1995/10/24 18:51:08 nate Exp $
+# $Id: Makefile,v 1.65 1995/10/26 09:24:59 phk Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -308,7 +308,7 @@ libraries:
build-tools:
@echo "--------------------------------------------------------------"
- @echo " Rebuilding ${DESTDIR} C compiler, make, symorder and zic(8)"
+ @echo " Rebuilding ${DESTDIR} C compiler, make, symorder, sgmlfmt and zic(8)"
@echo "--------------------------------------------------------------"
@echo
cd ${.CURDIR}/gnu/usr.bin/cc && \
@@ -317,6 +317,10 @@ build-tools:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/symorder && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.bin/sgmlfmt && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/share/sgml && \
+ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.sbin/zic && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
OpenPOWER on IntegriCloud