mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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>
|