Home | History | Annotate | Line # | Download | only in ssh-sk-helper
Makefile revision 1.3
      1  1.3  christos #	$NetBSD: Makefile,v 1.3 2020/03/04 17:30:40 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.1  christos .include <bsd.prog.mk>
     13