Makefile revision 276486
1#
2# $FreeBSD: stable/10/tools/regression/sockets/sendfile/Makefile 276486 2014-12-31 23:25:37Z ngie $
3#
4
5PROG=	sendfile
6MAN=
7WARNS?=	6
8DPADD=	${LIBMD}
9LDADD=	-lmd
10
11.include <bsd.prog.mk>
12