mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
13 lines
204 B
Makefile
13 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../netinet
|
|
|
|
KMOD= ipdivert
|
|
SRCS= ip_divert.c opt_inet6.h
|
|
|
|
.if !defined(KERNBUILDDIR)
|
|
opt_inet6.h:
|
|
echo "#define INET6 1" > ${.TARGET}
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|