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.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- src/Makefile 1994/06/14 04:40:29 1.19 +++ src/Makefile 1994/12/22 12:43:45 1.20 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1994/06/14 04:40:29 cgd Exp $ +# $Id: Makefile,v 1.20 1994/12/22 12:43:45 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW @@ -17,6 +17,8 @@ regression-tests: @(cd regress && ${MAKE} regress) .endif +.include # for NOMAN, if it's there. + afterinstall: .ifndef NOMAN (cd share/man && ${MAKE} makedb)