MFC r1.3:
[dragonfly.git] / libexec / ftp-proxy / Makefile
blobefcaa674236f85c35dacd1b9902e62446bfd2361
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 $
5 PROG= ftp-proxy
6 SRCS= ftp-proxy.c getline.c util.c
7 MAN= ftp-proxy.8
8 WARNS?= 6
10 CFLAGS+= -DLIBWRAP
11 LDADD+= -lwrap
12 DPADD+= ${LIBWRAP}
14 .include <bsd.prog.mk>