This commit is contained in:
christos 2017-01-07 22:27:36 +00:00
parent c5b8852fdf
commit 44ed840a46
2 changed files with 7 additions and 3 deletions

View File

@ -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 the NLS files and locale
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

View File

@ -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 \