1# Makefile for kld char device driver. 2# $FreeBSD$ 3 4PACKAGE=examples 5FILESDIR=${SHAREDIR}/examples/kld/${KMOD}/module 6KMOD= cdev 7SRCS= cdev.c cdevmod.c 8 9.include <bsd.kmod.mk> 10