summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-12 08:20:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-12 08:20:51 +0000
commitcb05236b98242d62f8b14159c1dde379f57cb530 (patch)
tree555752db1ba3dc6fef7727d0c24f9537e21ca762 /audio/Makefile
parentSet RESTRICTED to the reason why it is so. (diff)
Add gmod and xmcd to SUBDIR list. (xmcd uses Motif.)
Notes
Notes: svn path=/head/; revision=2978
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/Makefile b/audio/Makefile
index f1cca647b354..0ae6bd2a7d2e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.23 1995/10/03 11:45:05 asami Exp $
+# $Id: Makefile,v 1.24 1995/11/26 12:47:37 asami Exp $
#
- BROKEN += gmod
+ SUBDIR += gmod
SUBDIR += gsm
SUBDIR += maplay
SUBDIR += nas
@@ -15,7 +15,7 @@
SUBDIR += workman
SUBDIR += xcd
SUBDIR += xcdplayer
-RESTRICTED += xmcd # needs Motif, xmcd itself isn't restricted
+ SUBDIR += xmcd
SUBDIR += xmix
.include <bsd.port.subdir.mk>