xref: /netbsd-src/crypto/external/bsd/openssh/bin/ssh-copy-id/Makefile (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1#	$NetBSD: Makefile,v 1.1 2019/06/01 13:21:27 jmcneill Exp $
2
3BINDIR=		/usr/bin
4
5SCRIPTS=	ssh-copy-id
6MAN=		ssh-copy-id.1
7
8.include <bsd.prog.mk>
9