summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd/Makefile
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2018-07-11 18:53:29 +0000
committermarkus <markus@openbsd.org>2018-07-11 18:53:29 +0000
commit7f8ae3c2ab900bac01617ecfa363936de427ea43 (patch)
tree6c1e0487c512364906346f833f1dd66486e43ed7 /usr.bin/ssh/sshd/Makefile
parentRemove the i386 specific mention for pcvtfonts, they are also installed (diff)
downloadwireguard-openbsd-7f8ae3c2ab900bac01617ecfa363936de427ea43.tar.xz
wireguard-openbsd-7f8ae3c2ab900bac01617ecfa363936de427ea43.zip
remove legacy key emulation layer; ok djm@
Diffstat (limited to '')
-rw-r--r--usr.bin/ssh/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 8ed0172a1c3..787e515cc19 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.96 2018/07/09 21:56:06 markus Exp $
+# $OpenBSD: Makefile,v 1.97 2018/07/11 18:53:29 markus Exp $
.PATH: ${.CURDIR}/..
@@ -8,7 +8,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c sshpty.c sshlogin.c servconf.c \
auth2-none.c auth2-passwd.c auth2-pubkey.c monitor.c monitor_wrap.c \
sftp-server.c sftp-common.c sandbox-pledge.c
SRCS+= atomicio.c authfd.c compat.c dns.c fatal.c \
- hostfile.c key.c msg.c readpass.c utf8.c
+ hostfile.c msg.c readpass.c utf8.c
SRCS+= ${SRCS_BASE} ${SRCS_KEX} ${SRCS_KEXS} ${SRCS_KEY} ${SRCS_KEYP} \
${SRCS_KRL} ${SRCS_PROT} ${SRCS_PKT} ${SRCS_UTL} ${SRCS_PKCS11}