diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-15 17:42:47 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-15 17:42:47 +0000 |
commit | 5e6f0b22cff37c0262ba4dc3d2f455b7678a0c7d (patch) | |
tree | cbb072ecba4d29f07bdb356ebb9c973c8e407b82 /audio/Makefile | |
parent | 6da7ac726ea9424b6d7ac12cf07c9b33bffeb06e (diff) | |
download | FreeBSD-ports-5e6f0b22cff37c0262ba4dc3d2f455b7678a0c7d.zip FreeBSD-ports-5e6f0b22cff37c0262ba4dc3d2f455b7678a0c7d.tar.gz |
Move just-added aureal-kmod from misc into audio, because it better belongs
there.
For those who missed decsription from previous commit:
Add aureal-kmod - a port to provide convinient way for building FreeBSD driver
for Aureal based soundcards. This driver could not be added to the base system
because it's uses binary-only Linux Vortex Core object modules.
The port supports 4-STABLE and 5-CURRENT, however 4-STABLE isn't tested, so
please report your mileage to me.
Suggested by: alex
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index bd78bea..24d2727 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -5,6 +5,7 @@ SUBDIR += amp SUBDIR += ascd SUBDIR += aumix + SUBDIR += aureal-kmod SUBDIR += autozen SUBDIR += bladeenc SUBDIR += btc |