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.173 retrieving revision 1.175 diff -u -p -r1.173 -r1.175 --- src/Makefile 2002/05/02 22:13:30 1.173 +++ src/Makefile 2002/05/07 02:11:07 1.175 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.173 2002/05/02 22:13:30 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.175 2002/05/07 02:11:07 lukem Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -104,12 +104,12 @@ afterinstall: postinstall-check postinstall-check: @echo " === Post installation checks ===" - sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check + sh ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ check @echo " ================================" postinstall-fix: .NOTMAIN @echo " === Post installation fixes ===" - sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc fix + sh ${.CURDIR}/etc/postinstall -s ${.CURDIR} -d ${DESTDIR}/ fix @echo " ================================" @@ -210,9 +210,6 @@ install-${dir}: dependall-distrib depend-distrib all-distrib: @true -clean: - rm -f METALOG - .include .include