1#	$NetBSD: Makefile,v 1.3 2005/01/03 06:05:50 lukem Exp $
2
3BINDIR=/usr/bin
4
5PROG=	ssh-add
6SRCS=	ssh-add.c
7
8.include <bsd.prog.mk>
9