summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy/Makefile
blob: 929696ecdcdb74122522121c2314d0cf6925c136 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.4 2012/09/12 09:19:54 haesbaert Exp $

PROG=	tftp-proxy
SRCS=	tftp-proxy.c filter.c
MAN=	tftp-proxy.8
LDADD=	-levent
DPADD=	${LIBEVENT}

CFLAGS+=-Wall -Werror
CDIAGFLAGS=

.include <bsd.prog.mk>