1 1.5 riastrad # $NetBSD: Makefile,v 1.5 2022/08/30 13:40:37 riastradh Exp $ 2 1.1 christos 3 1.1 christos .include <bsd.own.mk> 4 1.1 christos 5 1.2 mrg SSHDIST?= ${NETBSDSRCDIR}/crypto/external/bsd/openssh/dist 6 1.1 christos 7 1.4 jmcneill SUBDIR= ssh sshd ssh-add ssh-copy-id ssh-keygen ssh-agent scp \ 8 1.4 jmcneill sftp-server ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper 9 1.1 christos 10 1.1 christos .PATH: ${SSHDIST} 11 1.1 christos .MADE: moduli 12 1.1 christos CONFIGFILES= ssh_config sshd_config moduli 13 1.1 christos FILESDIR= /etc/ssh 14 1.5 riastrad FILESMODE= 644 15 1.1 christos FILESDIR_moduli=/etc 16 1.5 riastrad FILESMODE_moduli=444 17 1.1 christos 18 1.1 christos .include <bsd.files.mk> 19 1.1 christos .include <bsd.subdir.mk> 20