c6db8143ed
Reduce overlinking
17 lines
218 B
Makefile
17 lines
218 B
Makefile
# $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>
|