mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../kern
|
||
|
|
|
||
|
|
KMOD= libmchain
|
||
|
|
SRCS= subr_mchain.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|