Home | History | Annotate | Line # | Download | only in bin
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2019/06/01 13:21:27 jmcneill Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SSHDIST?= ${NETBSDSRCDIR}/crypto/external/bsd/openssh/dist
      6 
      7 SUBDIR=	ssh sshd ssh-add ssh-copy-id ssh-keygen ssh-agent scp \
      8 	sftp-server 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