aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld/cdev/module/Makefile
blob: 7db8ca7442c6f06318a456b4fa79908ecb9bc2d4 (plain) (blame)
1
2
3
4
5
6
7
8
# Makefile for kld char device driver.

PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/kld/${KMOD}/module
KMOD=	cdev
SRCS=	cdev.c cdevmod.c

.include <bsd.kmod.mk>