Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssh/libexec/ssh-sk-helper Add a libm...
details: https://anonhg.NetBSD.org/src/rev/7a6e68c4836f
branches: trunk
changeset: 1007919:7a6e68c4836f
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 04 17:30:40 2020 +0000
description:
Add a libm dependency
diffstat:
crypto/external/bsd/openssh/libexec/ssh-sk-helper/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 2beaaa268d8a -r 7a6e68c4836f crypto/external/bsd/openssh/libexec/ssh-sk-helper/Makefile
--- a/crypto/external/bsd/openssh/libexec/ssh-sk-helper/Makefile Wed Mar 04 17:22:49 2020 +0000
+++ b/crypto/external/bsd/openssh/libexec/ssh-sk-helper/Makefile Wed Mar 04 17:30:40 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/03/03 00:43:20 christos Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/04 17:30:40 christos Exp $
BINDIR= /usr/libexec
@@ -6,7 +6,7 @@
SRCS= ssh-sk-helper.c ssh-sk.c sk-usbhid.c
MAN= ssh-sk-helper.8
-LDADD+=-lfido2 -lcbor -lusbhid
-DPADD+=${LIBFIDO2} ${LIBCBOR} ${LIBUSBHID}
+LDADD+=-lfido2 -lcbor -lusbhid -lm
+DPADD+=${LIBFIDO2} ${LIBCBOR} ${LIBUSBHID} ${LIBM}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index