Home | History | Annotate | Line # | Download | only in ssh
Makefile revision 1.2
      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 
      7 CONFIGFILES=	ssh_known_hosts
      8 FILESDIR=	/etc/ssh
      9 
     10 .endif
     11 
     12 .include <bsd.prog.mk>
     13