repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
pf
/
usr.sbin
/
ftp-proxy
/
Makefile
blob
1e23cebd5ce1c4f375722ef31f23a90c82e9b5b3
1
# $NetBSD$
2
# $OpenBSD: Makefile,v 1.3 2006/11/26 11:31:13 deraadt Exp $
3
4
PROG
=
ftp-proxy
5
SRCS
=
ftp-proxy.c
filter
.c
6
MAN
=
ftp-proxy
.8
7
8
CFLAGS
+= -
I
${
.CURDIR
}
9
CFLAGS
+= -
Wall
-
Wstrict-prototypes
-
Wmissing-prototypes
-
Wpointer-arith \
10
-
Wno-uninitialized
11
LDADD
+= -
levent
12
DPADD
+= ${
LIBEVENT
}
13
14
.
include
<
bsd.prog.mk
>