summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-27 14:52:00 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-27 14:52:00 +0000
commitfb505f5f0705b43b270cdac4e5d7742bba2589ac (patch)
tree67b67163d9ecddce396a5d2d3dcf8c34bc392a58 /audio
parentAdd more patches to get this sucker build correctly. (diff)
Add tracker as a normal SUBDIR target again.
Notes
Notes: svn path=/head/; revision=518
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 5695445a52d2..a447fe09187b 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,10 +1,5 @@
-# $Id: Makefile,v 1.4 1994/11/10 01:32:09 jkh Exp $
+# $Id: Makefile,v 1.5 1994/11/20 21:17:25 ats 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
+SUBDIR= nas sox tracker
.include <bsd.port.subdir.mk>