mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
151 B
Makefile
11 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/pf/tftp-proxy
|
|
|
|
PROG= tftp-proxy
|
|
SRCS= tftp-proxy.c filter.c
|
|
MAN= tftp-proxy.8
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|