mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
12 lines
212 B
Makefile
12 lines
212 B
Makefile
.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>
|