Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.210 retrieving revision 1.211 diff -u -p -r1.210 -r1.211 --- src/Makefile 2003/07/08 04:25:21 1.210 +++ src/Makefile 2003/07/10 10:33:58 1.211 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.210 2003/07/08 04:25:21 lukem Exp $ +# $NetBSD: Makefile,v 1.211 2003/07/10 10:33:58 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -347,13 +347,14 @@ install-${dir}: dependall-distrib depend-distrib all-distrib: @true +.include .include .include .include build-docs: ${.CURDIR}/BUILDING ${.CURDIR}/BUILDING: doc/BUILDING.mdoc - groff -mdoc -Tascii -P-b -P-u -P-o $> >$@ + ${TOOL_GROFF} -mdoc -Tascii -P-b -P-u -P-o $> >$@ #