Home | History | Annotate | Line # | Download | only in libtpm_unseal
Makefile revision 1.3.24.1
      1  1.3.24.1    martin # $NetBSD: Makefile,v 1.3.24.1 2023/09/05 17:18:22 martin Exp $
      2       1.1  christos .include "../Makefile.inc"
      3       1.1  christos 
      4       1.1  christos .PATH.c: ${DIST}/lib
      5       1.1  christos 
      6       1.1  christos LIB=tpm_unseal
      7       1.1  christos SRCS= \
      8       1.1  christos tpm_unseal.c
      9       1.1  christos 
     10  1.3.24.1    martin SHLIB_MAJOR=2
     11       1.1  christos SHLIB_MINOR=0
     12       1.1  christos 
     13       1.2  christos LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
     14       1.3  christos COPTS.tpm_unseal.c+=-Wno-stack-protector
     15       1.1  christos 
     16       1.1  christos .include <bsd.lib.mk>
     17