summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
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>