mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 19:43:41 +00:00
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:
parent
73b2606378
commit
1e76740a30
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18204
4
Makefile
4
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user