aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1996-09-10 04:21:36 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1996-09-10 04:21:36 +0000
commit1e76740a30ed27d3fac63afd596748136eaa3acb (patch)
tree4527abcb9ce257f1feda29e08a6bc020bb4916d6
parent73b26063789f97947dbae01b219c1a6b2697bef9 (diff)
Notes
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e467c957f537..7b57c019c4bc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.98 1996/08/25 05:17:49 jkh Exp $
+# $Id: Makefile,v 1.99 1996/08/30 22:35:30 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -501,6 +501,8 @@ build-tools:
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/symorder && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.bin/sgmls && ${MAKE} depend && \
+ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.bin/sgmlfmt && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/share/sgml && ${MAKE} depend && \