1 1.1.8.1 tls # $NetBSD: Makefile,v 1.1.8.1 2012/11/20 02:57:29 tls 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.1.8.1 tls LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi 14 1.1 christos 15 1.1 christos .include <bsd.lib.mk> 16