summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.info.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.info.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.info.mk')
-rw-r--r--share/mk/bsd.info.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.info.mk b/share/mk/bsd.info.mk
index 7a1e009..f5426d5 100644
--- a/share/mk/bsd.info.mk
+++ b/share/mk/bsd.info.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.info.mk,v 1.47 1997/12/16 18:29:48 bde Exp $
+# $Id: bsd.info.mk,v 1.48 1997/12/26 00:19:23 jkh Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@@ -213,5 +213,9 @@ install:
maninstall: _SUBDIR
.endif
+.if !target(regress)
+regress:
+.endif
+
.include <bsd.dep.mk>
.include <bsd.obj.mk>
OpenPOWER on IntegriCloud