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.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/Makefile 1993/04/29 12:42:00 1.8 +++ src/Makefile 1993/05/22 07:10:28 1.9 @@ -1,8 +1,15 @@ -# $Header: /ftp/cvs/cvsroot/src/Makefile,v 1.8 1993/04/29 12:42:00 cgd Exp $ +# $Header: /ftp/cvs/cvsroot/src/Makefile,v 1.9 1993/05/22 07:10:28 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+= gnu +.ifmake !(install) +SUBDIR+= regress +.endif + +regress: + cd regress ; make regress + .include