1 1.5 nia # $NetBSD: Makefile,v 1.5 2025/12/28 09:39:35 nia Exp $ 2 1.1 christos 3 1.1 christos BINDIR= /usr/libexec 4 1.1 christos 5 1.1 christos PROG= ssh-sk-helper 6 1.1 christos SRCS= ssh-sk-helper.c ssh-sk.c sk-usbhid.c 7 1.1 christos MAN= ssh-sk-helper.8 8 1.1 christos 9 1.5 nia .include "../Makefile.inc" 10 1.5 nia 11 1.5 nia # Even if OpenSSH is built without libcrypto, it's still needed by fido2. 12 1.5 nia 13 1.5 nia LDADD+=-lfido2 -lcbor -lusbhid -lcrypto -lm 14 1.5 nia DPADD+=${LIBFIDO2} ${LIBCBOR} ${LIBUSBHID} ${LIBCRYPTO} ${LIBM} 15 1.1 christos 16 1.4 christos COPTS.ssh-sk.c+= -Wno-error=deprecated-declarations 17 1.4 christos COPTS.sk-usbhid.c+= -Wno-error=deprecated-declarations 18 1.4 christos 19 1.1 christos .include <bsd.prog.mk> 20