1# Makefile for kld char device driver.
2# $FreeBSD$
3
4KMOD=	cdev
5SRCS=	cdev.c cdevmod.c
6
7.include <bsd.kmod.mk>
8