summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-01-30 03:22:48 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-01-30 03:22:48 +0000
commit06f6f97e11d28cc329a533bdd37b51a9e7b4a255 (patch)
treed5fcbe26226a7acbb07728fc0d4921834d674c71 /gnu/usr.bin
parent9fc47a17c64634c91b707b33f46f9649bb622dd7 (diff)
Use "distclean" for cleaning, not "realclean"
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index da2104a3fe5..a307999949d 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.8 1996/01/30 01:09:32 tholo Exp $
+# $Id: Makefile.bsd-wrapper,v 1.9 1996/01/30 03:22:47 tholo Exp $
MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1
@@ -18,7 +18,8 @@ install: maninstall
bindir=${DESTDIR}/usr/bin INSTALL_MAN= install
clean cleandir:
- -@if [ -e Makefile ]; then ${MAKE} realclean; fi
+ -@if [ -e Makefile ]; then ${MAKE} distclean; fi
+ rm -f man/cvs.cat1 man/cvs.cat5 man/cvsbug.cat8 man/cvsinit.cat8 man/mkmodules.cat1
depend:
# Nothing here so far...