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