f7754b09e2
The correct format specifier for ssize_t is %zd.
10 lines
74 B
Makefile
10 lines
74 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= sendfile
|
|
NO_MAN=
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|