Skip to content

Commit

Permalink
Add nbnroff as host tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jun 14, 2003
1 parent 2aa8660 commit 71be91a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/groff/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2003/02/07 01:52:53 lukem Exp $
# $NetBSD: Makefile,v 1.18 2003/06/14 17:18:16 wiz Exp $

MODULE= groff

Expand Down Expand Up @@ -65,7 +65,7 @@ afterinstall: install.grofflinks
install.grofflinks:
@cd ${.CURDIR} && ${MAKE} install.grofflinks.recurse

.for F in eqn groff indxbib pic refer soelim tbl
.for F in eqn groff indxbib nroff pic refer soelim tbl
install.grofflinks.recurse: ${TOOLDIR}/bin/${_TOOL_PREFIX}${F}
.if exists(${TOOLDIR}/lib/groff/g${F})
${TOOLDIR}/bin/${_TOOL_PREFIX}${F}: ${TOOLDIR}/lib/groff/g${F}
Expand All @@ -74,4 +74,3 @@ ${TOOLDIR}/bin/${_TOOL_PREFIX}${F}: ${TOOLDIR}/lib/groff/${F}
.endif
ln -f ${.ALLSRC} ${.TARGET}
.endfor

0 comments on commit 71be91a

Please sign in to comment.