NetBSD/dist/pf/usr.sbin/ftp-proxy/Makefile
yamt fff57c5525 merge yamt-pf42 branch.
(import newer pf from OpenBSD 4.2)

ok'ed by peter@.  requested by core@
2008-06-18 09:06:25 +00:00

15 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/06/18 09:06:26 yamt Exp $
# $OpenBSD: Makefile,v 1.3 2006/11/26 11:31:13 deraadt Exp $
PROG= ftp-proxy
SRCS= ftp-proxy.c filter.c
MAN= ftp-proxy.8
CFLAGS+= -I${.CURDIR}
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \
-Wno-uninitialized
LDADD+= -levent
DPADD+= ${LIBEVENT}
.include <bsd.prog.mk>