Home | History | Annotate | Line # | Download | only in libtpm_unseal
Makefile revision 1.1.8.1
      1 # $NetBSD: Makefile,v 1.1.8.1 2012/11/20 02:57:29 tls Exp $
      2 .include "../Makefile.inc"
      3 
      4 .PATH.c: ${DIST}/lib
      5 
      6 LIB=tpm_unseal
      7 SRCS= \
      8 tpm_unseal.c
      9 
     10 SHLIB_MAJOR=1
     11 SHLIB_MINOR=0
     12 
     13 LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
     14 
     15 .include <bsd.lib.mk>
     16