Module Name: src
Committed By: christos
Date: Sat Jan 7 22:27:36 UTC 2017
Modified Files:
src/share/mk: bsd.README bsd.own.mk
Log Message:
add nsd
To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/share/mk/bsd.README
cvs rdiff -u -r1.999 -r1.1000 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.356 src/share/mk/bsd.README:1.357
--- src/share/mk/bsd.README:1.356 Sat Aug 20 12:11:07 2016
+++ src/share/mk/bsd.README Sat Jan 7 17:27:36 2017
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.356 2016/08/20 16:11:07 christos Exp $
+# $NetBSD: bsd.README,v 1.357 2017/01/07 22:27:36 christos Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -322,6 +322,10 @@ MKNLS If "no", don't build or install t
MKNPF If "no", don't build or install the NPF and its modules.
Default: yes
+MKNSD If "no", don't build or install the "nsd" DNS authoritative
+ server.
+ Default: no
+
MKOBJ If "no", don't enable the rule which creates objdirs,
and also acts as "MKOBJDIRS=no".
Default: yes
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.999 src/share/mk/bsd.own.mk:1.1000
--- src/share/mk/bsd.own.mk:1.999 Sun Dec 11 01:37:49 2016
+++ src/share/mk/bsd.own.mk Sat Jan 7 17:27:36 2017
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.999 2016/12/11 06:37:49 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1000 2017/01/07 22:27:36 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1115,7 +1115,7 @@ _MKVARS.no= \
MKDEBUGLIB MKDTRACE MKEXTSRC MKGROFFHTMLDOC \
MKKYUA MKLLD MKLLDB MKLINT \
MKMANZ MKMCLINKER MKOBJDIRS \
- MKLIBCXX MKLLVM MKPCC \
+ MKLIBCXX MKLLVM MKNSD MKPCC \
MKPIGZGZIP \
MKREPRO \
MKSOFTFLOAT MKSTRIPIDENT MKTPM \