From: tholo Date: Tue, 30 Jan 1996 03:22:47 +0000 (+0000) Subject: Use "distclean" for cleaning, not "realclean" X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=131f6ad3900c57bd22a0b4973d1f402dd480c612;p=openbsd Use "distclean" for cleaning, not "realclean" --- 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...