mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 14:42:40 -04:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
KMOD= siftr
|
|
SRCS= siftr.c opt_kern_tls.h
|
|
|
|
# Uncomment to add IPv6 support
|
|
#CFLAGS+=-DSIFTR_IPV6
|
|
|
|
.include <bsd.kmod.mk>
|