]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/regression/sockets/sendfile/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / regression / sockets / sendfile / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   sendfile
6 MAN=
7 WARNS?= 6
8 DPADD=  ${LIBMD}
9 LDADD=  -lmd
10
11 .include <bsd.prog.mk>