xref: /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile (revision 1897181a7231d5fc7ab48994d1447fcbc4e13a49)
1#	$NetBSD: Makefile,v 1.2 2010/11/21 19:19:22 adam Exp $
2
3BINDIR=/usr/bin
4
5PROG=	ssh-agent
6SRCS=	ssh-agent.c ssh-pkcs11-client.c
7
8.include <bsd.prog.mk>
9