Makefile revision 158910
1#
2# $FreeBSD: head/tools/regression/sockets/sendfile/Makefile 158910 2006-05-25 09:50:14Z rwatson $
3#
4
5PROG=	sendfile
6NO_MAN=
7
8sendfile: sendfile.c
9	gcc -Wall -o sendfile sendfile.c
10
11.include <bsd.prog.mk>
12