add regress, but not for install. also, add "regress" target

This commit is contained in:
cgd 1993-05-22 07:10:28 +00:00
parent 1600e9ac89
commit b89816148f

View File

@ -1,8 +1,15 @@
# $Header: /cvsroot/src/Makefile,v 1.8 1993/04/29 12:42:00 cgd Exp $
# $Header: /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 <bsd.subdir.mk>