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.225 retrieving revision 1.226 diff -u -p -r1.225 -r1.226 --- src/Makefile 2004/01/04 13:30:09 1.225 +++ src/Makefile 2004/01/06 07:25:40 1.226 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.225 2004/01/04 13:30:09 lukem Exp $ +# $NetBSD: Makefile,v 1.226 2004/01/06 07:25:40 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -218,7 +218,7 @@ build: .for tgt in ${BUILDTARGETS} @(cd ${.CURDIR} && ${MAKE} ${tgt}) .endfor - (cd ${.CURDIR}/etc && ${MAKE} install-release-info) + (cd ${.CURDIR}/etc && ${MAKE} install-etc-release) @echo "Build started at: ${START_TIME}" @printf "Build finished at: " && date .endif