diff options
author | 1995-12-19 21:25:28 +0000 | |
---|---|---|
committer | 1995-12-19 21:25:28 +0000 | |
commit | 435e16cfbaa21d9171f7b938a4011bc7654eba54 (patch) | |
tree | c81c0fd046851e5ff6335064b59daca12964ab06 | |
parent | from netbsd: (diff) | |
download | wireguard-openbsd-435e16cfbaa21d9171f7b938a4011bc7654eba54.tar.xz wireguard-openbsd-435e16cfbaa21d9171f7b938a4011bc7654eba54.zip |
use realclean, but first check if the Makefile exists
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 |
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... |