Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# Makefile for kld char device driver.
PACKAGE=examples
FILESDIR=${SHAREDIR}/examples/kld/${KMOD}/module
KMOD= cdev
SRCS= cdev.c cdevmod.c
.include <bsd.kmod.mk>