Add usr.bin/sgmls to the build-tools target.

This should prevent make world from falling over in share/doc.
This commit is contained in:
John Fieber 1996-09-10 04:21:36 +00:00
parent 73b2606378
commit 1e76740a30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18204

View File

@ -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 && \