diff options
| author | mrg <mrg@NetBSD.org> | 2018-12-24 22:02:32 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2018-12-24 22:02:32 +0000 |
| commit | a416a7f247a130352970d88142fda334db65a69d (patch) | |
| tree | 440703ad86e3400261071e04e947d13ff110b600 /lib/Makefile | |
| parent | d516f1687124ff07c25a59548e10dd97dbe39fe6 (diff) | |
move sqlite earlier in its section. my build often sits with only 3
processes active here for quite some time otherwise.
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4529e2ef23c..c0cba3ae8ba 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.265 2018/11/13 09:24:37 martin Exp $ +# $NetBSD: Makefile,v 1.266 2018/12/24 22:02:32 mrg Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include <bsd.own.mk> @@ -54,6 +54,8 @@ SUBDIR+= libskey SUBDIR+= libnvmm .endif +SUBDIR+= ../external/public-domain/sqlite/lib + .if (${MKMDNS} != "no") SUBDIR+= ../external/apache2/mDNSResponder/lib .endif @@ -82,8 +84,6 @@ SUBDIR+= ../external/cddl/osnet/lib/libuutil SUBDIR+= ../external/mit/expat/lib -SUBDIR+= ../external/public-domain/sqlite/lib - SUBDIR+= ../external/gpl2/libmalloc .if (${MKGCC} != "no") |
