Home | History | Annotate | Line # | Download | only in sftp
Makefile revision 1.3
      1  1.3      adam #	$NetBSD: Makefile,v 1.3 2010/11/21 19:19:22 adam Exp $
      2  1.1  christos 
      3  1.1  christos BINDIR=	/usr/bin
      4  1.1  christos 
      5  1.1  christos PROG=	sftp
      6  1.3      adam SRCS=	sftp.c sftp-client.c sftp-common.c sftp-glob.c
      7  1.1  christos MAN=	sftp.1
      8  1.1  christos 
      9  1.2       roy LDADD+=	-ledit -lterminfo
     10  1.2       roy DPADD+=	${LIBEDIT} ${LIBTERMINFO}
     11  1.1  christos 
     12  1.1  christos .include <bsd.prog.mk>
     13  1.1  christos 
     14  1.1  christos .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC)
     15  1.3      adam COPTS.sftp.c+=		-Wno-pointer-sign
     16  1.3      adam COPTS.sftp-client.c+=	-Wno-pointer-sign
     17  1.1  christos .endif
     18