mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
10 lines
82 B
Makefile
10 lines
82 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= sendfile
|
|
MAN=
|
|
WARNS?= 6
|
|
LIBADD= md
|
|
|
|
.include <bsd.prog.mk>
|