NetBSD/usr.bin/ssh/ssh-agent/Makefile

13 lines
181 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/03/19 20:03:25 itojun Exp $
.include <bsd.own.mk>
PROG= ssh-agent
SRCS= ssh-agent.c
.include <bsd.prog.mk>
LDADD+= -lcrypto
DPADD+= ${LIBCRYPTO}