aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ftp-proxy/Makefile
blob: 103ea867985b0863cae93b0cb3ee0727fc0fd55c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $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

LIBADD=	event

WARNS?=	3

.include <bsd.prog.mk>