diff options
Diffstat (limited to 'mbone/vat/Makefile')
-rw-r--r-- | mbone/vat/Makefile | 5 |
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" |