mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
Add an ".ifmake regress" to avoid warning during 'make world'.
Noticed by: bde
This commit is contained in:
parent
878739de43
commit
eb57f92476
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35295
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user