aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/sockets/sendfile/Makefile
blob: afca2cac10100c6f5a13eda5b2aebb0e09b88ebc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# $FreeBSD$
#

PROG=	sendfile
NO_MAN=

sendfile: sendfile.c
	gcc -Wall -o sendfile sendfile.c

.include <bsd.prog.mk>