freebsd-dev/sys/modules/accf_dns/Makefile
David Malone 744eaff7e6 Add an accept filter for TCP based DNS requests. It waits until the
whole first request is present before returning from accept.
2008-07-18 14:44:51 +00:00

9 lines
102 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../netinet
KMOD= accf_dns
SRCS= accf_dns.c
.include <bsd.kmod.mk>