mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
102 B
Makefile
11 lines
102 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= sendfile
|
|
NO_MAN=
|
|
WARNS?= 6
|
|
DPADD= ${LIBMD}
|
|
LDADD= -lmd
|
|
|
|
.include <bsd.prog.mk>
|