Module Name:    src
Committed By:   christos
Date:           Sun Nov  4 16:27:28 UTC 2012

Modified Files:
        src/share/mk: bsd.README bsd.own.mk

Log Message:
add MKTPM, default to no


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/share/mk/bsd.README
cvs rdiff -u -r1.707 -r1.708 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.305 src/share/mk/bsd.README:1.306
--- src/share/mk/bsd.README:1.305	Sun Nov  4 05:59:13 2012
+++ src/share/mk/bsd.README	Sun Nov  4 11:27:28 2012
@@ -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 inst
 		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

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.707 src/share/mk/bsd.own.mk:1.708
--- src/share/mk/bsd.own.mk:1.707	Sun Nov  4 05:59:13 2012
+++ src/share/mk/bsd.own.mk	Sun Nov  4 11:27:28 2012
@@ -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

Reply via email to