freebsd-dev/libexec/ftp-proxy/Makefile
Giorgos Keramidas 8d44de8fdf Switch to WARNS=2 instead of tinkering directly with CFLAGS (level 2 was
picked because higher warn levels are broken for ftp-proxy at the moment).

Approved by:	mlaier
2005-05-18 12:19:50 +00:00

13 lines
165 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/pf/ftp-proxy
PROG= ftp-proxy
MAN= ftp-proxy.8
SRCS= ftp-proxy.c getline.c util.c
WARNS?= 2
.include <bsd.prog.mk>