diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-09-23 09:18:06 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-09-23 09:18:06 +0000 |
commit | e9fdc08cd656fdef057bf7de64cd4038a71bd05f (patch) | |
tree | 368a2127493c8f12213997ac8cf10542c4927c5e /Makefile.cross | |
parent | c621da84ffa194460ff6b622e99bdff41e5e3cfb (diff) |
Unhook sqlite3.
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index d0cbb80e819..cfb6d2f1e54 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.87 2016/09/03 13:37:39 guenther Exp $ +# $OpenBSD: Makefile.cross,v 1.88 2016/09/23 09:18:05 sthen Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -104,7 +104,6 @@ BINUTILS_DIR=gnu/usr.bin/binutils-2.17 NO_CROSS+=microcode NO_CROSS+=groff binutils binutils-2.17 perl texinfo gcc cvs NO_CROSS+=nsd -NO_CROSS+=sqlite3 NO_CROSS+=bind NO_CROSS+=unbound |