add regress, but not for install. also, add "regress" target
This commit is contained in:
parent
1600e9ac89
commit
b89816148f
9
Makefile
9
Makefile
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user