diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
commit | 1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch) | |
tree | 653f6411fbf1fe7f4e1117b460c961ac3767eddf /audio/Makefile | |
parent | Added spider. (diff) |
Convert all makefiles to new formats.
Notes
Notes:
svn path=/head/; revision=2233
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> |