aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-21 05:17:25 +0800
committerats <ats@FreeBSD.org>1994-11-21 05:17:25 +0800
commit4d91b48036dec73606483de015594caabe089730 (patch)
tree36c49ef647138b2bf1c5cfdc5147f6690aeb92f9 /audio
parentbc5ae55aaa6f87ec43748830be834691c39f4c21 (diff)
downloadfreebsd-ports-gnome-4d91b48036dec73606483de015594caabe089730.tar.gz
freebsd-ports-gnome-4d91b48036dec73606483de015594caabe089730.tar.zst
freebsd-ports-gnome-4d91b48036dec73606483de015594caabe089730.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.
Diffstat (limited to 'audio')
-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>