diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 16:20:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 16:20:51 +0800 |
commit | df23992c48230c312bd6e3b9a6b5b3fec3dadcfd (patch) | |
tree | 1c1aa9c347d6db72b7db82496fd6a20edf023e68 /audio/Makefile | |
parent | 7cfcf4e5edd3ea97b8e321bc93e211819bf00ad4 (diff) | |
download | freebsd-ports-gnome-df23992c48230c312bd6e3b9a6b5b3fec3dadcfd.tar.gz freebsd-ports-gnome-df23992c48230c312bd6e3b9a6b5b3fec3dadcfd.tar.zst freebsd-ports-gnome-df23992c48230c312bd6e3b9a6b5b3fec3dadcfd.zip |
Add gmod and xmcd to SUBDIR list. (xmcd uses Motif.)
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> |