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

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

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

SRCS=	ftp-proxy.c filter.c

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

LIBADD=	event

WARNS?=	3

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