freebsd-dev/secure/usr.bin/ssh-agent/Makefile
Dag-Erling Smørgrav 360c9f6a02 My previous style commits weren't entirely right. Fix some bugs I
introduced, and a few more I hadn't yet fixed.

Submitted by:	bde
2002-06-24 12:32:30 +00:00

11 lines
124 B
Makefile

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