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