NetBSD/etc/ssh/Makefile

13 lines
185 B
Makefile

# $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>