mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
16 lines
204 B
Makefile
16 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/pf/ftp-proxy
|
|
|
|
PROG= ftp-proxy
|
|
MAN= ftp-proxy.8
|
|
|
|
SRCS= ftp-proxy.c filter.c
|
|
|
|
CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
|
|
|
|
LIBADD= event
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|