eacae6dc66
Sponsored by: EMC / Isilon Storage Division
11 lines
82 B
Makefile
11 lines
82 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= sendfile
|
|
MAN=
|
|
WARNS?= 6
|
|
LIBADD= md
|
|
|
|
.include <bsd.prog.mk>
|