mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
105 B
Makefile
10 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
KMOD= kthrdlk
|
|
NO_MAN=
|
|
SRCS= kthrdlk.c
|
|
WARNS?= 2
|
|
|
|
.include <bsd.kmod.mk>
|