From 34521559b61b2e8c7088805a4376f5acf39e5bf9 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 28 Aug 1998 18:21:11 +0000 Subject: clean in bcwrap --- gnu/usr.bin/bc/Makefile.bsd-wrapper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/bc/Makefile.bsd-wrapper b/gnu/usr.bin/bc/Makefile.bsd-wrapper index b7e2e679091..f35265c2b5d 100644 --- a/gnu/usr.bin/bc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/bc/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1998/07/05 07:30:02 downsj Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1998/08/28 18:21:10 kstailey Exp $ SUBDIR=bcwrap @@ -45,6 +45,7 @@ install: maninstall clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi + cd ${.CURDIR}/bcwrap && ${MAKE} clean depend: # Nothing here so far... -- cgit v1.2.3