Module Name: src
Committed By: jkoshy
Date: Sat Sep 29 12:03:42 UTC 2012
Modified Files:
src/share/mk: bsd.README
Log Message:
Document the MKDTRACE build knob.
Reviewed by: apb
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 src/share/mk/bsd.README
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.301 src/share/mk/bsd.README:1.302
--- src/share/mk/bsd.README:1.301 Thu Sep 20 15:48:54 2012
+++ src/share/mk/bsd.README Sat Sep 29 12:03:41 2012
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.301 2012/09/20 15:48:54 abs Exp $
+# $NetBSD: bsd.README,v 1.302 2012/09/29 12:03:41 jkoshy Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -157,6 +157,11 @@ MKDEBUGLIB Build *_g.a debugging librari
MKDOC If "no", don't build or install the documentation.
Default: yes
+MKDTRACE If "no", do not build and install the kernel modules,
+ utilities and libraries used to implement the dtrace(1)
+ facility.
+ Default: no
+
MKDYNAMICROOT If "no", build programs in /bin and /sbin statically,
don't install certain libraries in /lib, and don't
install the shared linker into /libexec.