mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
227 B
Makefile
12 lines
227 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
# Change if the src tree you are compiling for is not in /usr/src
|
|
#SYSDIR=/usr/src/sys
|
|
|
|
PACKAGE=examples
|
|
FILESDIR=${SHAREDIR}/examples/kld/khelp
|
|
KMOD= h_example
|
|
SRCS= h_example.c
|
|
|
|
.include <bsd.kmod.mk>
|