744eaff7e6
whole first request is present before returning from accept.
9 lines
102 B
Makefile
9 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../netinet
|
|
|
|
KMOD= accf_dns
|
|
SRCS= accf_dns.c
|
|
|
|
.include <bsd.kmod.mk>
|