# Makefile for kld char device driver. # $FreeBSD$ KMOD= cdev SRCS= cdev.c cdevmod.c .include