mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
8 lines
164 B
Makefile
8 lines
164 B
Makefile
# 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>
|