a251f9dcf8
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
151 B
Makefile
12 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>
|