summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ftp-proxy/Makefile
blob: 7a3ef477226c87fc42da84f5e4dbbaf28c71283a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

.PATH:	${.CURDIR}/../../contrib/pf/ftp-proxy

PROG=	ftp-proxy
MAN=	ftp-proxy.8

SRCS=	ftp-proxy.c filter.c

CFLAGS+=-I${.CURDIR}/../../contrib/pf/libevent

LDADD+=	${LIBEVENT}
DPADD+=	${LIBEVENT}

WARNS?=	3

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud