diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile b/audio/Makefile index c0dfe5e94dd..32ae52721e6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 1999/04/15 14:32:57 proff Exp $ +# $NetBSD: Makefile,v 1.31 1999/04/30 15:33:47 tv Exp $ # SUBDIR += amp @@ -48,12 +48,12 @@ SUBDIR += tosha SUBDIR += tracker SUBDIR += wmsound + SUBDIR += wsoundprefs SUBDIR += xcdplayer SUBDIR += xhippo SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmmix SUBDIR += xwave - SUBDIR += wsoundprefs .include "../mk/bsd.pkg.subdir.mk" |