freebsd_amp_hwpstate/secure/usr.bin/ssh-keygen/Makefile

13 lines
152 B
Makefile

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