summaryrefslogtreecommitdiff
path: root/mbone/vat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-30 01:07:07 +0000
committertron <tron@pkgsrc.org>1998-12-30 01:07:07 +0000
commit8742706ab7bab1f3b5d57183fd7810d68a98d6cb (patch)
tree0dd5056dd3858bf7e27041a634e4aec338eadfd4 /mbone/vat
parent4e5f98e282ddfe28dd8d6e816cc7b04a47792597 (diff)
downloadpkgsrc-8742706ab7bab1f3b5d57183fd7810d68a98d6cb.tar.gz
Add "pre-clean" target to do "make clean" in "audio/gsm".
Diffstat (limited to 'mbone/vat')
-rw-r--r--mbone/vat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index f9104ac878a..6a097caa910 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1998/11/13 01:28:46 frueauf Exp $
+# $NetBSD: Makefile,v 1.19 1998/12/30 01:07:07 tron Exp $
# FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp
#
@@ -37,4 +37,7 @@ INSTALL_TARGET= install install-man
post-install:
@strip ${PREFIX}/bin/vat
+pre-clean:
+ @cd ../../audio/gsm && ${MAKE} clean
+
.include "../../mk/bsd.pkg.mk"