summaryrefslogtreecommitdiff
path: root/etc/ssh/Makefile
blob: 4c21269ce8cd546ea12dd2a3d5bce8baae467e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.2 2006/06/26 19:50:57 mrg Exp $

.include <bsd.own.mk>

.if ${MKCRYPTO} != "no"

CONFIGFILES=	ssh_known_hosts
FILESDIR=	/etc/ssh

.endif

.include <bsd.prog.mk>