2006-02-15 18:51:37 +03:00
|
|
|
# $NetBSD: Makefile,v 1.21 2006/02/15 15:51:37 christos Exp $
|
2000-07-25 20:32:24 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2002-09-18 18:00:33 +04:00
|
|
|
SSHDIST?= ${NETBSDSRCDIR}/crypto/dist/ssh
|
2000-07-25 22:54:09 +04:00
|
|
|
|
2005-01-03 09:04:08 +03:00
|
|
|
SUBDIR= ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
|
2002-06-24 09:48:24 +04:00
|
|
|
ssh-keysign ssh-keyscan sftp
|
|
|
|
#SUBDIR+=scard
|
2000-09-23 10:18:08 +04:00
|
|
|
|
2004-05-16 13:53:09 +04:00
|
|
|
.PATH: ${SSHDIST}
|
2006-02-15 18:51:37 +03:00
|
|
|
.MADE: moduli
|
2004-05-16 13:53:09 +04:00
|
|
|
CONFIGFILES= ssh_config sshd_config moduli
|
|
|
|
FILESDIR= /etc/ssh
|
|
|
|
FILESDIR_moduli=/etc
|
2000-07-25 20:32:24 +04:00
|
|
|
|
2004-05-16 13:53:09 +04:00
|
|
|
.include <bsd.files.mk>
|
2000-07-25 20:32:24 +04:00
|
|
|
.include <bsd.subdir.mk>
|