1 # $NetBSD: Makefile,v 1.5 2022/08/30 13:40:37 riastradh 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 FILESMODE= 644 15 FILESDIR_moduli=/etc 16 FILESMODE_moduli=444 17 18 .include <bsd.files.mk> 19 .include <bsd.subdir.mk> 20