mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
8 lines
149 B
Makefile
8 lines
149 B
Makefile
|
|
SYSDIR?=${SRCTOP}/sys
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
KMOD= ng_checksum
|
|
SRCS= ng_checksum.c opt_inet.h opt_inet6.h
|
|
|
|
.include <bsd.kmod.mk>
|