mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
9 lines
132 B
Makefile
9 lines
132 B
Makefile
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= dummymbuf
|
|
SRCS= dummymbuf.c
|
|
SRCS+= opt_inet.h opt_inet6.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|