summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-06 01:37:42 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-06 01:37:42 +0000
commit56387bc622b6f79b701f51f08b46823cf2fe81c2 (patch)
tree9fa2a3f7d38dd8a978ea0d9fb46f55baba5fdcc3 /audio/Makefile
parentAdd itcl to targets. (diff)
Add a Makefile for the audio directory.
Notes
Notes: svn path=/head/; revision=190
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
new file mode 100644
index 000000000000..9d58890a909c
--- /dev/null
+++ b/audio/Makefile
@@ -0,0 +1,5 @@
+# $Id: Makefile,v 1.3 1994/10/04 15:01:05 jkh Exp $
+#
+SUBDIR= tracker
+
+.include <bsd.port.subdir.mk>