summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-04-19 14:27:45 +0000
committereivind <eivind@FreeBSD.org>1998-04-19 14:27:45 +0000
commitc0f2ae8cbd299758d065fc6d27b6d0c05b0e940b (patch)
tree0fc48652aa5e5f1c9fe89b8e67318159feaeca62 /gnu
parente08012af842ac01b5a27a2a64e0985646b5e2f10 (diff)
downloadFreeBSD-src-c0f2ae8cbd299758d065fc6d27b6d0c05b0e940b.zip
FreeBSD-src-c0f2ae8cbd299758d065fc6d27b6d0c05b0e940b.tar.gz
Add an ".ifmake regress" to avoid warning during 'make world'.
Noticed by: bde
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/cvs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile
index 66685ea..f802de2 100644
--- a/gnu/usr.bin/cvs/cvs/Makefile
+++ b/gnu/usr.bin/cvs/cvs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1998/03/10 14:00:59 peter Exp $
+# $Id: Makefile,v 1.22 1998/03/28 19:06:21 eivind Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -40,6 +40,7 @@ CFLAGS+= -DENCRYPTION
# Regression test support
#
CLEANDIRS+=cvs-sanity
+.ifmake regress
USERID!=id -u
regress:
mkdir -p ${.OBJDIR}/cvs-sanity/tmp ${.OBJDIR}/cvs-sanity/work
@@ -55,6 +56,6 @@ regress:
cd ${.OBJDIR}/cvs-sanity/work;\
sh ${CVSDIR}/src/sanity.sh ${.OBJDIR}/cvs)
.endif
-
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud