Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk add nsd



details:   https://anonhg.NetBSD.org/src/rev/000e5fd639fe
branches:  trunk
changeset: 820370:000e5fd639fe
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 07 22:27:36 2017 +0000

description:
add nsd

diffstat:

 share/mk/bsd.README |  6 +++++-
 share/mk/bsd.own.mk |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 67f9f506761a -r 000e5fd639fe share/mk/bsd.README
--- a/share/mk/bsd.README       Sat Jan 07 21:41:20 2017 +0000
+++ b/share/mk/bsd.README       Sat Jan 07 22:27:36 2017 +0000
@@ -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 @@
 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
diff -r 67f9f506761a -r 000e5fd639fe share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jan 07 21:41:20 2017 +0000
+++ b/share/mk/bsd.own.mk       Sat Jan 07 22:27:36 2017 +0000
@@ -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 @@
        MKDEBUGLIB MKDTRACE MKEXTSRC MKGROFFHTMLDOC \
        MKKYUA MKLLD MKLLDB MKLINT \
        MKMANZ MKMCLINKER MKOBJDIRS \
-       MKLIBCXX MKLLVM MKPCC \
+       MKLIBCXX MKLLVM MKNSD MKPCC \
        MKPIGZGZIP \
        MKREPRO \
        MKSOFTFLOAT MKSTRIPIDENT MKTPM \



Home | Main Index | Thread Index | Old Index