# Makefile for kld char device driver.
# $FreeBSD$
KMOD= cdev
SRCS= cdev.c cdevmod.c
.include <bsd.kmod.mk>