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.170 retrieving revision 1.171 diff -u -p -r1.170 -r1.171 --- src/Makefile 2002/04/29 12:09:13 1.170 +++ src/Makefile 2002/04/29 12:14:36 1.171 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2002/04/29 12:09:13 lukem Exp $ +# $NetBSD: Makefile,v 1.171 2002/04/29 12:14:36 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 @@ -118,6 +118,11 @@ postinstall-check: sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check @echo " ================================" +postinstall-fix: .NOTMAIN + @echo " === Post installation fixes ===" + sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc fix + @echo " ================================" + # Targets (in order!) called by "make build".