Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libc Register a new directory in common/lib/libc/...



details:   https://anonhg.NetBSD.org/src/rev/1084fa355dea
branches:  trunk
changeset: 834238:1084fa355dea
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Aug 03 03:35:17 2018 +0000

description:
Register a new directory in common/lib/libc/misc

Registe misc/ with ubsan.c.

diffstat:

 common/lib/libc/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r cbd4cdedfa9b -r 1084fa355dea common/lib/libc/Makefile.inc
--- a/common/lib/libc/Makefile.inc      Fri Aug 03 03:12:32 2018 +0000
+++ b/common/lib/libc/Makefile.inc      Fri Aug 03 03:35:17 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.17 2017/11/30 05:47:24 riastradh Exp $
+# $NetBSD: Makefile.inc,v 1.18 2018/08/03 03:35:17 kamil Exp $
 
 .include <bsd.own.mk>
 
 COMMON_DIR:=${.PARSEDIR}
-COMMON_CODEDIRS=atomic gen gmon inet md net stdlib string sys
+COMMON_CODEDIRS=atomic gen gmon inet md misc net stdlib string sys
 COMMON_CODEDIRS+=hash/sha1 hash/sha2 hash/sha3 hash/rmd160 hash/murmurhash
 
 .if defined(COMMON_MACHINE_ARCH) && !empty(COMMON_MACHINE_ARCH) && \



Home | Main Index | Thread Index | Old Index