diff options
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/audio/Makefile b/audio/Makefile index b7753ef25de9..27d46ce28e18 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,22 +1,20 @@ -# $Id: Makefile,v 1.21 1995/07/03 22:28:15 torstenb Exp $ -# -# RESTRICTED: xmcd (needs Motif, xmcd itself isn't restricted) -# -# BROKEN: gmod +# $Id: Makefile,v 1.22 1995/07/12 04:19:15 asami Exp $ # - SUBDIR += gsm - SUBDIR += maplay - SUBDIR += nas - SUBDIR += playmidi - SUBDIR += radio - SUBDIR += rplay - SUBDIR += rsynth - SUBDIR += s3mod - SUBDIR += sox - SUBDIR += tracker - SUBDIR += xcd - SUBDIR += xcdplayer - SUBDIR += xmix + BROKEN += gmod + SUBDIR += gsm + SUBDIR += maplay + SUBDIR += nas + SUBDIR += playmidi + SUBDIR += radio + SUBDIR += rplay + SUBDIR += rsynth + SUBDIR += s3mod + SUBDIR += sox + SUBDIR += tracker + SUBDIR += xcd + SUBDIR += xcdplayer +RESTRICTED += xmcd # needs Motif, xmcd itself isn't restricted + SUBDIR += xmix .include <bsd.port.subdir.mk> |