Makefile revision 302408
1# $FreeBSD: stable/11/sys/modules/send/Makefile 258541 2013-11-25 07:38:45Z attilio $
2.PATH: ${.CURDIR}/../../netinet6
3
4KMOD=	send
5SRCS=	send.c
6
7.include <bsd.kmod.mk>
8