mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
7 lines
72 B
Makefile
7 lines
72 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
KMOD= ng_split
|
|
SRCS= ng_split.c
|
|
|
|
.include <bsd.kmod.mk>
|