remove old CCD module

This commit is contained in:
Poul-Henning Kamp 2003-06-09 21:48:12 +00:00
parent 5499ea019d
commit 68bf8b56da
2 changed files with 0 additions and 9 deletions

View File

@ -20,7 +20,6 @@ SUBDIR= accf_data \
bge \
bridge \
cam \
ccd \
cd9660 \
coda \
${_crypto} \

View File

@ -1,8 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ccd
KMOD= ccd
SRCS= ccd.c vnode_if.h
.include <bsd.kmod.mk>