diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 12:47:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-26 12:47:37 +0000 |
commit | da855e3f1bbce199606d8f0db1c387cd5efee1ba (patch) | |
tree | de50bf774a816d990dd27d952db5b71ba06fe16c /audio/Makefile | |
parent | c873ad9bd21b8e74e0dfae48d456996643256f15 (diff) |
Added workman.
Notes
Notes:
svn path=/head/; revision=2474
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 27d46ce28e18..f1cca647b354 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1995/07/12 04:19:15 asami Exp $ +# $Id: Makefile,v 1.23 1995/10/03 11:45:05 asami Exp $ # BROKEN += gmod @@ -12,6 +12,7 @@ SUBDIR += s3mod SUBDIR += sox SUBDIR += tracker + SUBDIR += workman SUBDIR += xcd SUBDIR += xcdplayer RESTRICTED += xmcd # needs Motif, xmcd itself isn't restricted |