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.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- src/Makefile 1998/02/16 10:07:31 1.49 +++ src/Makefile 1998/02/20 01:39:38 1.50 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 1998/02/16 10:07:31 lukem Exp $ +# $NetBSD: Makefile,v 1.50 1998/02/20 01:39:38 mellon Exp $ .include # for configuration variables. @@ -43,10 +43,6 @@ afterinstall: .ifndef NOMAN (cd ${.CURDIR}/share/man && ${MAKE} makedb) .endif -.ifmake build - @echo -n "Build finished at: " - @date -.endif build: beforeinstall (cd ${.CURDIR}/share/mk && ${MAKE} install) @@ -95,5 +91,7 @@ build: beforeinstall ${MAKE} install) .endif ${MAKE} depend && ${MAKE} && ${MAKE} install + @echo -n "Build finished at: " + @date .include