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.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- src/Makefile 1995/02/26 01:10:19 1.22 +++ src/Makefile 1995/10/06 12:05:36 1.23 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1995/02/26 01:10:19 cgd Exp $ +# $Id: Makefile,v 1.23 1995/10/06 12:05:36 tls Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW @@ -23,6 +23,9 @@ regression-tests: .include # for NOMAN, if it's there. +beforeinstall: +(cd $.{CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs) + afterinstall: .ifndef NOMAN (cd ${.CURDIR}/share/man && ${MAKE} makedb)