freebsd-dev/sys/modules/ccd/Makefile
Poul-Henning Kamp 01706d206f Kill the NCCD constant by modernizing the ccd driver.
Submitted by:	sobomax
Reviewed by:	phk
2001-09-04 08:33:30 +00:00

10 lines
111 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ccd
KMOD= ccd
SRCS= ccd.c vnode_if.h
NOMAN=
.include <bsd.kmod.mk>