mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
9 lines
90 B
Makefile
9 lines
90 B
Makefile
|
|
.PATH: ${.CURDIR}
|
|
|
|
KMOD= kthrdlk
|
|
MAN=
|
|
SRCS= kthrdlk.c
|
|
WARNS?= 2
|
|
|
|
.include <bsd.kmod.mk>
|