Source-Changes-HG archive

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

[src/trunk]: src/external/mit Add libcbor



details:   https://anonhg.NetBSD.org/src/rev/7dbd617a5a59
branches:  trunk
changeset: 745475:7dbd617a5a59
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Mar 03 00:36:29 2020 +0000

description:
Add libcbor

diffstat:

 external/mit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b183686753c7 -r 7dbd617a5a59 external/mit/Makefile
--- a/external/mit/Makefile     Tue Mar 03 00:36:18 2020 +0000
+++ b/external/mit/Makefile     Tue Mar 03 00:36:29 2020 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.5 2015/09/03 22:24:02 youri Exp $
+#      $NetBSD: Makefile,v 1.6 2020/03/03 00:36:29 christos Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+=       expat lua
+SUBDIR+=       expat lua libcbor
 
 .if ${MKX11} != "no"
 SUBDIR+=       xorg



Home | Main Index | Thread Index | Old Index