mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|