9db1a19397
MKCRYPTO=no build completes.
13 lines
185 B
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>
|