projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Uesrland part of PF
[dragonfly.git]
/
libexec
/
ftp-proxy
/
Makefile
1
# $OpenBSD: Makefile,v 1.4 2003/11/20 23:23:09 avsm Exp $
2
# @(#)Makefile 8.2 (Berkeley) 4/4/94
3
# $DragonFly: src/libexec/ftp-proxy/Makefile,v 1.1 2004/09/21 21:25:28 joerg Exp $
4
5
PROG= ftp-proxy
6
SRCS= ftp-proxy.c getline.c util.c
7
MAN= ftp-proxy.8
8
WARNS?= 6
9
10
CFLAGS+= -DLIBWRAP
11
LDADD+= -lwrap
12
DPADD+= ${LIBWRAP}
13
14
.include <bsd.prog.mk>