Note that fcntl(2) returns EINVAL for invalid command.
[netbsd-mini2440.git] / usr.bin / ssh / Makefile
blob6ef11268c0e73ad520978e9b898659952082976f
1 # $NetBSD: Makefile,v 1.20 2005/01/03 06:04:08 lukem Exp $
3 .include <bsd.own.mk>
5 SSHDIST?= ${NETBSDSRCDIR}/crypto/dist/ssh
7 SUBDIR= ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server \
8 ssh-keysign ssh-keyscan sftp
9 #SUBDIR+=scard
11 .PATH: ${SSHDIST}
12 .MADE: moduli
13 CONFIGFILES= ssh_config sshd_config moduli
14 FILESDIR= /etc/ssh
15 FILESDIR_moduli=/etc
17 .include <bsd.files.mk>
18 .include <bsd.subdir.mk>