diff options
Diffstat (limited to 'crypto/openssh/Makefile')
-rw-r--r-- | crypto/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/Makefile b/crypto/openssh/Makefile index 668900c..299d349 100644 --- a/crypto/openssh/Makefile +++ b/crypto/openssh/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 1999/10/25 20:27:26 markus Exp $ +# $OpenBSD: Makefile,v 1.6 2000/08/31 21:52:23 markus Exp $ .include <bsd.own.mk> -SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp +SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp sftp-server distribution: install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \ |