diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:20:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:20:51 +0000 |
commit | cb05236b98242d62f8b14159c1dde379f57cb530 (patch) | |
tree | 555752db1ba3dc6fef7727d0c24f9537e21ca762 /audio/Makefile | |
parent | 6c3ecbf882ec93d99e6c1f6489057d03b2628490 (diff) | |
download | ports-cb05236b98242d62f8b14159c1dde379f57cb530.tar.gz ports-cb05236b98242d62f8b14159c1dde379f57cb530.zip |
Notes
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 6 |
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> |