mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../contrib/pf/tftp-proxy
|
||
|
|
|
||
|
|
PROG= tftp-proxy
|
||
|
|
SRCS= tftp-proxy.c filter.c
|
||
|
|
MAN= tftp-proxy.8
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|