diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-18 10:56:26 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-18 10:56:26 +0000 |
commit | c61e39c331252ca1847582f9b966819861907e4a (patch) | |
tree | efa9e0f3d3019d50e8949daf6d96c65c4093be91 /sysutils | |
parent | fix previous patch, which patches generated file (diff) |
Move cdrdao from audio to sysutils.
Requested by: maintainer
Notes
Notes:
svn path=/head/; revision=70395
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d58ec080c9fa..06a12eb47cd4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -27,6 +27,7 @@ SUBDIR += cd-write SUBDIR += cd9660_unicode SUBDIR += cdbakeoven + SUBDIR += cdrdao SUBDIR += cdroot SUBDIR += cdrtools SUBDIR += cfengine |