1# $NetBSD: Makefile,v 1.4 2023/09/04 18:12:46 riastradh Exp $
2.include "../Makefile.inc"
3
4.PATH.c: ${DIST}/lib
5
6LIB=tpm_unseal
7SRCS= \
8tpm_unseal.c
9
10SHLIB_MAJOR=2
11SHLIB_MINOR=0
12
13LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
14COPTS.tpm_unseal.c+=-Wno-stack-protector
15
16.include <bsd.lib.mk>
17