summaryrefslogtreecommitdiff
path: root/external/bsd/libfido2/bin/fido2-assert/Makefile
blob: ba9e23631881be4ebc4322aa73f2ec5fa5f2543e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#	$NetBSD: Makefile,v 1.3 2023/05/08 23:45:52 christos Exp $

.include <bsd.own.mk>

BINDIR=/usr/bin

PROG=	fido2-assert
SRCS+=\
config.c \
assert_get.c \
assert_verify.c \
fido2-assert.c \
largeblob.c \
base64.c \
bio.c \
credman.c \
pin.c \
token.c \
util.c

SRCS+=\
explicit_bzero.c \
freezero.c \
readpassphrase.c \
recallocarray.c

COPTS.assert_verify.c+=-Wno-error=deprecated-declarations
COPTS.util.c+=-Wno-error=deprecated-declarations

.include <bsd.prog.mk>