Module Name: src
Committed By: christos
Date: Tue Nov 1 14:01:25 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add NODEBUGLIB
To generate a diff of this commit:
cvs rdiff -u -r1.983 -r1.984 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.own.mk
diff -u src/share/mk/bsd.own.mk:1.983 src/share/mk/bsd.own.mk:1.984
--- src/share/mk/bsd.own.mk:1.983 Wed Oct 26 21:21:16 2016
+++ src/share/mk/bsd.own.mk Tue Nov 1 10:01:25 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.983 2016/10/27 01:21:16 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.984 2016/11/01 14:01:25 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -951,7 +951,7 @@ dependall: .NOTMAIN realdepend .MAKE
#
.for var in \
NOCRYPTO NODOC NOHTML NOINFO NOLINKLIB NOLINT NOMAN NONLS NOOBJ NOPIC \
- NOPICINSTALL NOPROFILE NOSHARE NOSTATICLIB
+ NOPICINSTALL NOPROFILE NOSHARE NOSTATICLIB NODEBUGLIB
.if defined(${var})
MK${var:S/^NO//}:= no
.endif