Home | History | Annotate | Line # | Download | only in libtpm_unseal
Makefile revision 1.2
      1  1.2  christos # $NetBSD: Makefile,v 1.2 2012/11/04 19:45:58 christos 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.1  christos SHLIB_MAJOR=1
     11  1.1  christos SHLIB_MINOR=0
     12  1.1  christos 
     13  1.2  christos LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
     14  1.1  christos 
     15  1.1  christos .include <bsd.lib.mk>
     16