aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-20 21:17:25 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-20 21:17:25 +0000
commit9c56fb1109cf2525429fe945df7a65b8baceed51 (patch)
tree369d78619cac2207b89a94a0cd233520142bf786 /audio/Makefile
parentc00b68e6c939759c722254acd9f22a1f7a60d71d (diff)
downloadports-9c56fb1109cf2525429fe945df7a65b8baceed51.tar.gz
ports-9c56fb1109cf2525429fe945df7a65b8baceed51.zip
Add the tracker module into a clean SUBDIR target. It is not usable
in the moment, but i like to get all ports cleaned from the top.
Notes
Notes: svn path=/head/; revision=429
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 5cf2f94a9f4a..5695445a52d2 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,5 +1,10 @@
-# $Id: Makefile,v 1.3 1994/11/04 01:54:32 jkh Exp $
+# $Id: Makefile,v 1.4 1994/11/10 01:32:09 jkh Exp $
#
SUBDIR= nas sox
+.if make(clean)
+# tracker is in the moment not compilable, so put it here as a clean target
+SUBDIR+= tracker
+.endif
+
.include <bsd.port.subdir.mk>