mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Reviewed by: glebius
MFC after: 4 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D29641
14 lines
225 B
Makefile
14 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/pf/tftp-proxy
|
|
|
|
PROG= tftp-proxy
|
|
SRCS= tftp-proxy.c filter.c
|
|
MAN= tftp-proxy.8
|
|
|
|
CFLAGS+= -I${SRCTOP}/lib/libpfctl -I${OBJTOP}/lib/libpfctl
|
|
LIBADD= pfctl
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|