Dive into audio too

This commit is contained in:
niklas 1997-12-02 08:59:31 +00:00
parent b6140ee073
commit ed134ed198
2 changed files with 39 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 1997/12/02 00:32:33 angelos Exp $
# $OpenBSD: Makefile,v 1.3 1997/12/02 08:59:31 niklas Exp $
# $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $
#
SUBDIR += archivers
SUBDIR += astro
#SUBDIR += audio
SUBDIR += audio
SUBDIR += benchmarks
#SUBDIR += cad
SUBDIR += chinese

37
audio/Makefile Normal file
View File

@ -0,0 +1,37 @@
# $OpenBSD: Makefile,v 1.1 1997/12/02 08:59:33 niklas Exp $
# $FreeBSD: Makefile,v 1.40 1997/11/16 22:49:20 fenner Exp $
#
# SUBDIR += amp
# SUBDIR += cam
# SUBDIR += cddbd
# SUBDIR += cdplay
# SUBDIR += gmod
# SUBDIR += gsm
# SUBDIR += maplay
# SUBDIR += mikmod
# SUBDIR += mpegaudio
# SUBDIR += mpg123
# SUBDIR += mxv
# SUBDIR += nas
# SUBDIR += nspmod
# SUBDIR += playmidi
# SUBDIR += radio
# SUBDIR += rosegarden
# SUBDIR += rplay
# SUBDIR += rsynth
# SUBDIR += s3mod
# SUBDIR += sox
# SUBDIR += splay
# SUBDIR += timidity
# SUBDIR += tosha
# SUBDIR += tracker
# SUBDIR += workman
SUBDIR += xcd
# SUBDIR += xcdplayer
# SUBDIR += xmcd
# SUBDIR += xmix
# SUBDIR += xmmix
# SUBDIR += xmpeg3
.include <bsd.port.subdir.mk>