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 81b00e33d23..0ce70275fd3 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.16 1996/05/30 22:13:12 niklas Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.17 1996/05/30 23:10:33 niklas Exp $
MAN= man/cvs.1 man/cvs.5 man/cvsbug.8
GNUCFLAGS= CFLAGS="${CFLAGS} -DSERVER_FLOWCONTROL"
@@ -23,8 +23,8 @@ install: maninstall
bindir=${DESTDIR}/usr/bin INSTALL_MAN= install
clean cleandir:
- rm -f ${CLEANFILES}
-@if [ -e Makefile ]; then ${MAKE} distclean; fi
+ rm -f ${CLEANFILES}
depend:
# Nothing here so far...