aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/accf_dns/Makefile
blob: c7c780843fe754d1928ac94ed6d7ff510fd1d453 (plain) (blame)
1
2
3
4
5
6
7

.PATH: ${SRCTOP}/sys/netinet

KMOD=	accf_dns
SRCS=	accf_dns.c

.include <bsd.kmod.mk>