diff options
| author | christos <christos@NetBSD.org> | 2019-12-18 02:46:21 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-12-18 02:46:21 +0000 |
| commit | 4fc08710c5ecc23613df544bf71e42a60aecf079 (patch) | |
| tree | 392cbdd44279dba14ffe5219e9abdda23d87840c /lib/Makefile | |
| parent | d29339ac83a132e19387818f018c823536b83e41 (diff) | |
move file/lib after xz
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 5 |
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 |
