Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk add NODEBUGLIB
details: https://anonhg.NetBSD.org/src/rev/a3b1780dbfce
branches: trunk
changeset: 818796:a3b1780dbfce
user: christos <christos%NetBSD.org@localhost>
date: Tue Nov 01 14:01:25 2016 +0000
description:
add NODEBUGLIB
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 705239828d65 -r a3b1780dbfce share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Nov 01 13:51:13 2016 +0000
+++ b/share/mk/bsd.own.mk Tue Nov 01 14:01:25 2016 +0000
@@ -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 @@
#
.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
Home |
Main Index |
Thread Index |
Old Index