Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk add MKTPM, default to no
details: https://anonhg.NetBSD.org/src/rev/08a47fdac560
branches: trunk
changeset: 782488:08a47fdac560
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 04 16:27:28 2012 +0000
description:
add MKTPM, default to no
diffstat:
share/mk/bsd.README | 6 +++++-
share/mk/bsd.own.mk | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 94f9110d5db5 -r 08a47fdac560 share/mk/bsd.README
--- a/share/mk/bsd.README Sun Nov 04 16:26:52 2012 +0000
+++ b/share/mk/bsd.README Sun Nov 04 16:27:28 2012 +0000
@@ -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 @@
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
diff -r 94f9110d5db5 -r 08a47fdac560 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Nov 04 16:26:52 2012 +0000
+++ b/share/mk/bsd.own.mk Sun Nov 04 16:27:28 2012 +0000
@@ -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 @@
MKLLVM MKPCC \
MKPIGZGZIP \
MKREPRO \
- MKSOFTFLOAT MKSTRIPIDENT \
+ MKSOFTFLOAT MKSTRIPIDENT MKTPM \
MKUNPRIVED MKUPDATE MKX11 MKZFS
.for var in ${_MKVARS.no}
${var}?=no
Home |
Main Index |
Thread Index |
Old Index