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.11 retrieving revision 1.13 diff -u -p -r1.11 -r1.13 --- src/Makefile 1993/05/22 07:15:52 1.11 +++ src/Makefile 1993/07/07 12:55:48 1.13 @@ -1,10 +1,13 @@ -# $Id: Makefile,v 1.11 1993/05/22 07:15:52 cgd Exp $ +# $Id: Makefile,v 1.13 1993/07/07 12:55:48 brezak Exp $ # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW SUBDIR+= bin include lib libexec sbin usr.bin usr.sbin share games SUBDIR+= gnu +SUBDIR+= sys + +.if exists(regress) .ifmake !(install) SUBDIR+= regress .endif @@ -12,5 +15,6 @@ SUBDIR+= regress regression-tests: @echo Running regression tests... @( cd regress; make regress ) +.endif .include