summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-20 18:51:28 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-20 18:51:28 +0000
commit9a91b4337717022024c2549471e95ba6d40fa6a6 (patch)
tree612b78e84d5ac6bc0d13e948b1fb44c1cc9622e7 /Mk
parentFix some very small nits I noticed in here while I was cloning the port (diff)
Whoops - I made `make clean' chatty by mistake.
Notes
Notes: svn path=/head/; revision=3262
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 5700112c3b7d..5e88d5bf4826 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.209 1996/06/19 07:07:16 jkh Exp $
+# $Id: bsd.port.mk,v 1.210 1996/06/19 09:33:31 asami Exp $
#
# Please view me with 4 column tabs!
@@ -997,7 +997,7 @@ pre-clean:
clean: pre-clean
@${ECHO_MSG} "===> Cleaning for ${PKGNAME}"
.if !defined(NO_WRKDIR) && !exists(${.CURDIR}/obj)
- ${RM} -rf ${WRKDIR}
+ @${RM} -rf ${WRKDIR}
.else
@${RM} -f ${WRKDIR}/.*_done
.endif