mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
14 lines
202 B
Makefile
14 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
.PATH: ${SYSDIR}/tests
|
|
|
|
KMOD= ktest_example
|
|
SRCS= ktest_example.c
|
|
SRCS+= opt_netlink.h
|
|
|
|
.include <bsd.kmod.mk>
|