mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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>
|