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.169 retrieving revision 1.170 diff -u -p -r1.169 -r1.170 --- src/Makefile 2002/04/27 08:11:53 1.169 +++ src/Makefile 2002/04/29 12:09:13 1.170 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.169 2002/04/27 08:11:53 lukem Exp $ +# $NetBSD: Makefile,v 1.170 2002/04/29 12:09:13 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 @@ -105,13 +105,15 @@ regression-tests: @(cd ${.CURDIR}/regress && ${MAKE} regress) .endif -afterinstall: +afterinstall: postinstall-check .if ${MKMAN} != "no" (cd ${.CURDIR}/share/man && ${MAKE} makedb) .endif .if defined(UNPRIVED) && (${MKINFO} != "no") (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) .endif + +postinstall-check: @echo " === Post installation checks ===" sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check @echo " ================================"