2000-02-24 12:00:55 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2013-09-10 18:26:11 -04:00
|
|
|
|
2000-02-24 12:00:55 -05:00
|
|
|
PROG= ssh-agent
|
2009-10-01 13:12:52 -04:00
|
|
|
SRCS= ssh-agent.c
|
2015-03-05 15:25:09 -05:00
|
|
|
PACKAGE= ssh
|
2006-05-13 09:47:45 -04:00
|
|
|
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
|
2015-12-07 11:08:09 -05:00
|
|
|
SRCS+= ssh_namespace.h
|
2000-02-24 12:00:55 -05:00
|
|
|
|
2014-11-25 16:18:18 -05:00
|
|
|
LIBADD= ssh
|
2000-02-24 12:00:55 -05:00
|
|
|
|
2013-09-10 18:26:11 -04:00
|
|
|
.if ${MK_LDNS} != "no"
|
|
|
|
|
CFLAGS+= -DHAVE_LDNS=1
|
|
|
|
|
#DPADD+= ${LIBLDNS}
|
|
|
|
|
#LDADD+= -lldns
|
|
|
|
|
.endif
|
|
|
|
|
|
2014-11-25 17:25:13 -05:00
|
|
|
LIBADD+= crypto
|
2013-09-10 18:26:11 -04:00
|
|
|
|
2001-03-26 09:53:33 -05:00
|
|
|
.include <bsd.prog.mk>
|
2000-02-24 12:00:55 -05:00
|
|
|
|
2001-03-26 09:53:33 -05:00
|
|
|
.PATH: ${SSHDIR}
|