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.4 retrieving revision 1.15 diff -u -p -r1.4 -r1.15 --- src/Makefile 1993/03/22 08:43:59 1.4 +++ src/Makefile 1994/02/07 05:08:57 1.15 @@ -1,7 +1,33 @@ -# $Header: /ftp/cvs/cvsroot/src/Makefile,v 1.4 1993/03/22 08:43:59 cgd Exp $ +# $Id: Makefile,v 1.15 1994/02/07 05:08:57 cgd Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW -SUBDIR= bin include lib libexec sbin usr.bin usr.sbin share games +SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games +SUBDIR+= gnu + +SUBDIR+= sys + +.if exists(regress) +.ifmake !(install) +SUBDIR+= regress +.endif + +regression-tests: + @echo Running regression tests... + @( cd regress; make regress ) +.endif + +afterinstall: + (cd share/man && make makedb) + +build: + (cd install && make install) + make cleandir + (cd lib && make depend && make && make install) + (cd gnu/lib && make depend && make && make install) +.if exists(kerberosIV) + (cd kerberosIV && make depend && make && make install) +.endif + make depend && make && make install .include