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