summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index 4247a7296eb..69e3f8acb76 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $Id: Makefile.bsd-wrapper,v 1.3 1995/12/19 11:00:20 deraadt Exp $
+# $Id: Makefile.bsd-wrapper,v 1.4 1995/12/19 21:25:28 deraadt Exp $
MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1
@@ -17,7 +17,7 @@ install: maninstall
${MAKE} prefix=${DESTDIR}/usr infodir=${DESTDIR}/usr/share/info install
clean cleandir:
- ${MAKE} clean
+ -@if [ -e Makefile ]; then ${MAKE} realclean; fi
depend:
# Nothing here so far...