mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 06:15:40 -05:00
6 lines
72 B
Makefile
6 lines
72 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_sample
|
|
SRCS= ng_sample.c
|
|
|
|
.include <bsd.kmod.mk>
|