From b89816148f15cf6c320021d92a46aee99d0d19ba Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 22 May 1993 07:10:28 +0000 Subject: [PATCH] add regress, but not for install. also, add "regress" target --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f8f4fc7361a..9b55760e7a00 100644 --- a/Makefile +++ b/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