summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-09-04 08:33:30 +0000
committerphk <phk@FreeBSD.org>2001-09-04 08:33:30 +0000
commitcd1c70dfaa9c9079232f836502ff5f0b29831753 (patch)
tree03654ad405f294ea41e802aee8f17993afc95f39 /sys/modules
parent9d255ceec0acd8e6fe7f16ae59c851ab3e589ba1 (diff)
downloadFreeBSD-src-cd1c70dfaa9c9079232f836502ff5f0b29831753.zip
FreeBSD-src-cd1c70dfaa9c9079232f836502ff5f0b29831753.tar.gz
Kill the NCCD constant by modernizing the ccd driver.
Submitted by: sobomax Reviewed by: phk
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ccd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile
index a4135a3..6ec2fa6 100644
--- a/sys/modules/ccd/Makefile
+++ b/sys/modules/ccd/Makefile
@@ -3,13 +3,7 @@
.PATH: ${.CURDIR}/../../dev/ccd
KMOD= ccd
-SRCS= ccd.c ccd.h vnode_if.h
+SRCS= ccd.c vnode_if.h
NOMAN=
-NCCD?= 4
-CLEANFILES= ccd.h
-
-ccd.h:
- echo "#define NCCD ${NCCD}" > ccd.h
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud