diff options
author | sada <sada@FreeBSD.org> | 1999-04-21 13:54:05 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-04-21 13:54:05 +0000 |
commit | d46a7d4e22af287f5d7b0be46f8c96861d4fa7d1 (patch) | |
tree | ab61b41bbca879d41ee253f2d21544fc83e65784 | |
parent | d3f546a9cf84aff9e9009c4c2e4666ea3d61602c (diff) | |
download | FreeBSD-ports-d46a7d4e22af287f5d7b0be46f8c96861d4fa7d1.zip FreeBSD-ports-d46a7d4e22af287f5d7b0be46f8c96861d4fa7d1.tar.gz |
Activate cdrdao.
Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 09cce7e..47b7603 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.81 1999/04/16 06:45:07 flathill Exp $ +# $Id: Makefile,v 1.82 1999/04/16 12:12:38 flathill Exp $ # SUBDIR += amp @@ -7,6 +7,7 @@ SUBDIR += cam SUBDIR += cdd SUBDIR += cdplay + SUBDIR += cdrdao SUBDIR += cmp3 SUBDIR += dagrab SUBDIR += dap |