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>
|