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.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- src/Makefile 1993/07/04 14:02:11 1.12 +++ src/Makefile 1993/07/07 12:55:48 1.13 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1993/07/04 14:02:11 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 @@ -7,6 +7,7 @@ SUBDIR+= gnu SUBDIR+= sys +.if exists(regress) .ifmake !(install) SUBDIR+= regress .endif @@ -14,5 +15,6 @@ SUBDIR+= regress regression-tests: @echo Running regression tests... @( cd regress; make regress ) +.endif .include