11 lines
151 B
Makefile
11 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../netinet
|
|
KMOD= siftr
|
|
SRCS= siftr.c
|
|
|
|
# Uncomment to add IPv6 support
|
|
#CFLAGS+=-DSIFTR_IPV6
|
|
|
|
.include <bsd.kmod.mk>
|