1 1.2 christos # $NetBSD: Makefile,v 1.2 2016/07/25 06:20:26 christos Exp $ 2 1.1 christos 3 1.1 christos LIBISPRIVATE=yes 4 1.1 christos 5 1.1 christos .include "../Makefile.inc" 6 1.1 christos 7 1.1 christos .PATH.c: ${DIST}/lib 8 1.1 christos 9 1.1 christos LIB=tpm_utils 10 1.1 christos SRCS= \ 11 1.1 christos tpm_log.c \ 12 1.1 christos tpm_tspi.c \ 13 1.1 christos tpm_utils.c 14 1.1 christos 15 1.2 christos COPTS.tpm_utils.c+=-Wno-stack-protector 16 1.2 christos 17 1.1 christos .include <bsd.lib.mk> 18