From eb57f92476c93f2e165d7126639fd1fc80e57814 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Sun, 19 Apr 1998 14:27:45 +0000 Subject: [PATCH] Add an ".ifmake regress" to avoid warning during 'make world'. Noticed by: bde --- gnu/usr.bin/cvs/cvs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index 66685ea1e12..f802de29e95 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