]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/accf_dns/Makefile
MFC r356551: arp(8): avoid segfaulting due to out-of-bounds memory access
[FreeBSD/stable/10.git] / sys / modules / accf_dns / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../netinet
4
5 KMOD=   accf_dns
6 SRCS=   accf_dns.c
7
8 .include <bsd.kmod.mk>