1#	$NetBSD: Makefile,v 1.1 2009/06/07 22:38:45 christos Exp $
2
3BINDIR=/usr/bin
4
5PROG=	ssh-add
6SRCS=	ssh-add.c
7
8.include <bsd.prog.mk>
9