Home | History | Annotate | Line # | Download | only in ssh-sk-helper
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2020/02/27 00:24:41 christos Exp $
      2 
      3 BINDIR=	/usr/libexec
      4 
      5 PROG=	ssh-sk-helper
      6 SRCS=	ssh-sk-helper.c ssh-sk.c sk-usbhid.c
      7 MAN=	ssh-sk-helper.8
      8 
      9 LDADD+=-lfido2 -lusbhid
     10 DPADD+=${LIBFIDO2} ${LIBUSBHID}
     11 
     12 .include <bsd.prog.mk>
     13