summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1998-08-28 18:21:11 +0000
committerkstailey <kstailey@cvs.openbsd.org>1998-08-28 18:21:11 +0000
commit34521559b61b2e8c7088805a4376f5acf39e5bf9 (patch)
treee52ba6fc276a9d9d0b7c1bcb6005f22a535561d1 /gnu
parentbfcdf763b80830af6d0337f57e058bef1daefdae (diff)
clean in bcwrap
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/bc/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
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...