Home | History | Annotate | Line # | Download | only in ssh-sk-helper
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2020/02/27 00:24:41 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.1  christos LDADD+=-lfido2 -lusbhid
     10  1.1  christos DPADD+=${LIBFIDO2} ${LIBUSBHID}
     11  1.1  christos 
     12  1.1  christos .include <bsd.prog.mk>
     13