Home | History | Annotate | Line # | Download | only in bin
Makefile revision 1.4
      1  1.4  jmcneill #	$NetBSD: Makefile,v 1.4 2019/06/01 13:21:27 jmcneill 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.1  christos FILESDIR_moduli=/etc
     15  1.1  christos 
     16  1.1  christos .include <bsd.files.mk>
     17  1.1  christos .include <bsd.subdir.mk>
     18