freebsd-dev/sys/modules/ccd/Makefile
Peter Wemm a654d07295 Sample initial set of kld-ified modules. Not all have been completely
converted yet.  These are more of a starting point.  This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)
1998-10-16 04:30:52 +00:00

15 lines
275 B
Makefile

# $Id: Makefile,v 1.6 1998/02/01 18:12:12 bde Exp $
.PATH: ${.CURDIR}/../../dev/ccd
KMOD= ccd
SRCS= ccd.c ccd.h vnode_if.h
NOMAN=
NCCD?= 4
CLEANFILES+= ccd.h vnode_if.h vnode_if.c
ccd.h:
echo "#define NCCD ${NCCD}" > ccd.h
.include <bsd.kmod.mk>