aboutsummaryrefslogtreecommitdiff
path: root/ftp-proxy/Makefile
blob: 9541b955e7f854b90057cfce53dfd08232025f0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2006/11/26 11:31:13 deraadt Exp $

PROG=	ftp-proxy
SRCS=	ftp-proxy.c filter.c
MAN=	ftp-proxy.8

CFLAGS+= -I${.CURDIR}
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
         -Wno-uninitialized
LDADD+=	-levent
DPADD+= ${LIBEVENT}

.include <bsd.prog.mk>