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