xref: /netbsd/etc/ssh/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.2 2006/06/26 19:50:57 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKCRYPTO} != "no"
6
7CONFIGFILES=	ssh_known_hosts
8FILESDIR=	/etc/ssh
9
10.endif
11
12.include <bsd.prog.mk>
13