1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/tftp-proxy/Makefile
jsg 272d89adac Different compilers and versions of compilers have different warnings.
Remove -Werror to give code a greater chance of building.

ok deraadt@ florian@
2017-04-16 10:16:35 +00:00

13 lines
206 B
Makefile

# $OpenBSD: Makefile,v 1.5 2017/04/16 10:16:35 jsg Exp $
PROG= tftp-proxy
SRCS= tftp-proxy.c filter.c
MAN= tftp-proxy.8
LDADD= -levent
DPADD= ${LIBEVENT}
CFLAGS+=-Wall
CDIAGFLAGS=
.include <bsd.prog.mk>