mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
This helps to stop it from geting out of sync. It is not part of the normal build but I can use it with all the others when I make changes to netgraph to ensure it is buildable.
7 lines
79 B
Makefile
7 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_sample
|
|
SRCS= ng_sample.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|