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 rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.86 retrieving revision 1.87 diff -u -p -r1.86 -r1.87 --- src/Makefile 1999/02/13 02:54:17 1.86 +++ src/Makefile 1999/02/16 03:37:26 1.87 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 1999/02/13 02:54:17 lukem Exp $ +# $NetBSD: Makefile,v 1.87 1999/02/16 03:37:26 cjs Exp $ .include # for configuration variables. @@ -118,4 +118,7 @@ build: beforeinstall @echo -n "Build finished at: " @date +release snapshot: build + (cd ${.CURDIR}/etc && make INSTALL_DONE=1 release) + .include