aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftp-proxy/Makefile
blob: 9941a23fd718c90303da867255e47be08867bdfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD: src/libexec/ftp-proxy/Makefile,v 1.1 2004/02/28 21:50:48 mlaier Exp $

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

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

SRCS=   ftp-proxy.c getline.c util.c

CFLAGS+= -Wall -Werror

.include <bsd.prog.mk>