Source-Changes-HG archive

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

[src/trunk]: src/lib move file/lib after xz



details:   https://anonhg.NetBSD.org/src/rev/ab4aa3468571
branches:  trunk
changeset: 847319:ab4aa3468571
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 18 02:46:21 2019 +0000

description:
move file/lib after xz

diffstat:

 lib/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 8dcd73720746 -r ab4aa3468571 lib/Makefile
--- a/lib/Makefile      Wed Dec 18 02:35:59 2019 +0000
+++ b/lib/Makefile      Wed Dec 18 02:46:21 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.273 2019/11/11 22:45:27 joerg Exp $
+#      $NetBSD: Makefile,v 1.274 2019/12/18 02:46:21 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -142,7 +142,6 @@
 .endif
 
 SUBDIR+=       ../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib # depends on libcrypt
-SUBDIR+=       ../external/bsd/file/lib        # depends on libz
 
 .if (${MKISCSI} != "no")
 SUBDIR+=       ../external/bsd/iscsi/lib       # depends on libpthread
@@ -191,6 +190,8 @@
 
 SUBDIR+=       ../external/bsd/libarchive/lib  # depends on libxz
 
+SUBDIR+=       ../external/bsd/file/lib        # depends on libz, libbz2, libxz
+
 .if (${MKNPF} != "no")
 SUBDIR+=       npf             # depends on libnpf
 .endif



Home | Main Index | Thread Index | Old Index