xref: /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile (revision da9817918ec7e88db2912a2882967c7570a83f47)
1#	$NetBSD: Makefile,v 1.1 2009/06/07 22:38:45 christos Exp $
2
3BINDIR=/usr/bin
4
5PROG=	ssh-agent
6SRCS=	ssh-agent.c
7
8.include <bsd.prog.mk>
9