summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index d99cbf1e8f7..97f3629ee18 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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 @@ SUBDIR+= libnpf # depends on libnv
.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/apache2/llvm/librt
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