Home | History | Annotate | Line # | Download | only in ssh-sk-helper
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2023/05/09 22:25:26 christos 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.3  christos LDADD+=-lfido2 -lcbor -lusbhid -lm
     10  1.3  christos DPADD+=${LIBFIDO2} ${LIBCBOR} ${LIBUSBHID} ${LIBM}
     11  1.1  christos 
     12  1.4  christos COPTS.ssh-sk.c+= -Wno-error=deprecated-declarations
     13  1.4  christos COPTS.sk-usbhid.c+= -Wno-error=deprecated-declarations
     14  1.4  christos 
     15  1.1  christos .include <bsd.prog.mk>
     16