diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-04-19 14:27:45 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-04-19 14:27:45 +0000 |
| commit | eb57f92476c93f2e165d7126639fd1fc80e57814 (patch) | |
| tree | 8b6a85fbec008bee15ff08abb9adb6b4a4463318 /gnu/usr.bin/cvs | |
| parent | 878739de435366dbf92355b2bafb82bb2996c3c7 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs')
| -rw-r--r-- | gnu/usr.bin/cvs/cvs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index 66685ea1e12e..f802de29e959 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> |
