Add xmix, convert Makefile along the way.

This commit is contained in:
Satoshi Asami 1995-07-01 09:19:52 +00:00
parent 130d79b64d
commit f0a01488cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1907

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.18 1995/06/10 02:36:44 jkh Exp $
# $Id: Makefile,v 1.19 1995/06/21 20:39:49 asami Exp $
#
# RESTRICTED: xmcd (needs Motif, xmcd itself isn't restricted)
#
@ -6,6 +6,16 @@
# BROKEN: rsynth (can't find a master site)
#
SUBDIR= gsm maplay nas playmidi rplay s3mod sox tracker xcd xcdplayer
SUBDIR += gsm
SUBDIR += maplay
SUBDIR += nas
SUBDIR += playmidi
SUBDIR += rplay
SUBDIR += s3mod
SUBDIR += sox
SUBDIR += tracker
SUBDIR += xcd
SUBDIR += xcdplayer
SUBDIR += xmix
.include <bsd.port.subdir.mk>