summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-03-12 20:02:17 +0000
committereivind <eivind@FreeBSD.org>1998-03-12 20:02:17 +0000
commit4e506c209b6eb53854933be0c1f53c26e9172680 (patch)
treeeaecd5756c5c27fbb95c179a548c7d8034b20efb /share/mk/bsd.prog.mk
parenta7622141981320b9270201031c72c1c5759388b5 (diff)
downloadFreeBSD-src-4e506c209b6eb53854933be0c1f53c26e9172680.zip
FreeBSD-src-4e506c209b6eb53854933be0c1f53c26e9172680.tar.gz
Introduce the 'regress' target.
Silently approved by: -hackers, -current
Diffstat (limited to 'share/mk/bsd.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 52e7917..5060a3f 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.prog.mk,v 1.64 1998/03/06 06:48:39 bde Exp $
+# $Id: bsd.prog.mk,v 1.65 1998/03/06 07:28:01 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -145,6 +145,10 @@ maninstall:
all-man:
.endif
+.if !target(regress)
+regress:
+.endif
+
.if ${BINFORMAT} != aout || make(checkdpadd)
.include <bsd.libnames.mk>
.endif
OpenPOWER on IntegriCloud