]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/siftr/Makefile
Merge OpenSSL 1.0.1j.
[FreeBSD/FreeBSD.git] / sys / modules / siftr / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../netinet
4 KMOD=   siftr
5 SRCS=   siftr.c
6
7 # Uncomment to add IPv6 support
8 #CFLAGS+=-DSIFTR_IPV6
9
10 .include <bsd.kmod.mk>