17b80ff15f
PR: 52954 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> Reviewed by: phk
8 lines
110 B
Makefile
8 lines
110 B
Makefile
# Makefile for kld char device driver.
|
|
# $FreeBSD$
|
|
|
|
KMOD= cdev
|
|
SRCS= cdev.c cdevmod.c
|
|
|
|
.include <bsd.kmod.mk>
|