mirror of
https://github.com/opnsense/src.git
synced 2026-03-25 20:23:11 -04:00
8 lines
79 B
Makefile
8 lines
79 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
KMOD= ng_sample
|
||
|
|
SRCS= ng_sample.c
|
||
|
|
NOMAN=
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|