summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy/Makefile
blob: 7603dd23a4a9f8712e25f72cd31af5d472bb0319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 2012/07/11 12:07:32 dlg Exp $

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

CFLAGS+=-Wall -Werror

.include <bsd.prog.mk>