mirror of
https://github.com/opnsense/src.git
synced 2026-05-17 11:39:21 -04:00
13 lines
174 B
Makefile
13 lines
174 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../netinet
|
||
|
|
KMOD= siftr
|
||
|
|
SRCS= siftr.c
|
||
|
|
|
||
|
|
# Uncomment to add IPv6 support
|
||
|
|
#CFLAGS+=-DSIFTR_IPV6
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|