freebsd-src/sys/modules/netgraph/checksum/Makefile
Warner Losh d4dccac09a Remove commented out code to generate opt_inet*.h. That's handled
automatically by kern.opts.mk now. Include that instead.
2018-03-17 17:18:37 +00:00

10 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>