diff options
author | 2019-07-05 12:35:40 +0000 | |
---|---|---|
committer | 2019-07-05 12:35:40 +0000 | |
commit | 1cbb533c541853940a6b39506a0a3dc6aa2a63d8 (patch) | |
tree | 85f9d4e006da378464efca134d291d7f9961521d | |
parent | Since on a SCAN each node is provided in its own event, (diff) | |
download | wireguard-openbsd-1cbb533c541853940a6b39506a0a3dc6aa2a63d8.tar.xz wireguard-openbsd-1cbb533c541853940a6b39506a0a3dc6aa2a63d8.zip |
still compile uuencode.c, unbreaks build
-rw-r--r-- | usr.bin/ssh/ssh-keygen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen/Makefile b/usr.bin/ssh/ssh-keygen/Makefile index 7efc2f43336..d6d69b2dcd6 100644 --- a/usr.bin/ssh/ssh-keygen/Makefile +++ b/usr.bin/ssh/ssh-keygen/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.28 2019/07/05 04:55:41 djm Exp $ +# $OpenBSD: Makefile,v 1.29 2019/07/05 12:35:40 deraadt Exp $ .PATH: ${.CURDIR}/.. -SRCS= ssh-keygen.c moduli.c +SRCS= ssh-keygen.c moduli.c uuencode.c SRCS+= atomicio.c authfd.c cleanup.c dns.c fatal.c hmac.c hostfile.c \ readpass.c utf8.c SRCS+= ${SRCS_BASE} ${SRCS_KEY} ${SRCS_KEYP} ${SRCS_KRL} ${SRCS_UTL} \ |