freebsd-dev/secure/usr.bin/ssh-keyscan/Makefile
Brian Feldman d350064e0b Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new
programs are now included: sftp(1) and ssh-keyscan(1).
2001-05-04 04:21:25 +00:00

13 lines
154 B
Makefile

# $FreeBSD$
#
PROG= ssh-keyscan
SRCS= ssh-keyscan.c
LDADD+= ${LIBSSH} -lcrypto
DPADD+= ${LIBSSH} ${LIBCRYPTO}
.include <bsd.prog.mk>
.PATH: ${SSHDIR}