diff options
author | frueauf <frueauf> | 1999-05-12 08:09:17 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-05-12 08:09:17 +0000 |
commit | 3693eeb1017376b9208ebb348ee9c43b9029d842 (patch) | |
tree | 4b7eff06f36934da815513b0b5a201f7ccba1993 /audio | |
parent | b49f005ac293afab142e9e52a5e25d19c4eb3372 (diff) | |
download | pkgsrc-3693eeb1017376b9208ebb348ee9c43b9029d842.tar.gz |
Add and enable xsidplay.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 32ae52721e6..3e743b52168 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 1999/04/30 15:33:47 tv Exp $ +# $NetBSD: Makefile,v 1.32 1999/05/12 08:09:17 frueauf Exp $ # SUBDIR += amp @@ -54,6 +54,7 @@ SUBDIR += xmcd SUBDIR += xmix SUBDIR += xmmix + SUBDIR += xsidplay SUBDIR += xwave .include "../mk/bsd.pkg.subdir.mk" |