2001-05-04 00:21:25 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2013-09-10 18:26:11 -04:00
|
|
|
|
2001-05-04 00:21:25 -04:00
|
|
|
PROG= ssh-keyscan
|
2016-03-10 19:15:29 -05:00
|
|
|
SRCS= ssh-keyscan.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
|
2001-05-04 00:21:25 -04:00
|
|
|
|
2014-11-25 16:18:18 -05:00
|
|
|
LIBADD= ssh
|
2001-05-04 00:21:25 -04:00
|
|
|
|
2013-09-10 18:26:11 -04:00
|
|
|
.if ${MK_LDNS} != "no"
|
|
|
|
|
CFLAGS+= -DHAVE_LDNS=1
|
|
|
|
|
#DPADD+= ${LIBLDNS}
|
|
|
|
|
#LDADD+= -lldns
|
|
|
|
|
.endif
|
|
|
|
|
|
2001-05-04 00:21:25 -04:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
|
|
|
|
|
.PATH: ${SSHDIR}
|