add MKTPM, default to no

This commit is contained in:
christos 2012-11-04 16:27:28 +00:00
parent fd0ad6ba3c
commit acfddfeed2
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.README,v 1.305 2012/11/04 10:59:13 apb Exp $
# $NetBSD: bsd.README,v 1.306 2012/11/04 16:27:28 christos Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@ -339,6 +339,10 @@ MKSTATICLIB If "no", don't build or install the normal static (*.a)
libraries.
Default: yes
MKTPM If "no" then don't build the Trusted Platform Module
infrastructure.
Default: no
MKUNPRIVED If not "no", don't set the owner/group/mode when installing
files or directories, and keep a metadata log of what
the owner/group/mode should be. This allows a

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.707 2012/11/04 10:59:13 apb Exp $
# $NetBSD: bsd.own.mk,v 1.708 2012/11/04 16:27:28 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -865,7 +865,7 @@ _MKVARS.no= \
MKLLVM MKPCC \
MKPIGZGZIP \
MKREPRO \
MKSOFTFLOAT MKSTRIPIDENT \
MKSOFTFLOAT MKSTRIPIDENT MKTPM \
MKUNPRIVED MKUPDATE MKX11 MKZFS
.for var in ${_MKVARS.no}
${var}?=no