Home | History | Annotate | Line # | Download | only in bin
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2010/11/21 19:19:21 adam Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SSHDIST?= ${NETBSDSRCDIR}/crypto/external/bsd/openssh/dist
      6 
      7 SUBDIR=	ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
      8 	ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper
      9 
     10 .PATH: ${SSHDIST}
     11 .MADE: moduli
     12 CONFIGFILES=	ssh_config sshd_config moduli
     13 FILESDIR=	/etc/ssh
     14 FILESDIR_moduli=/etc
     15 
     16 .include <bsd.files.mk>
     17 .include <bsd.subdir.mk>
     18