aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-03 00:55:01 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-03 00:55:01 +0000
commita7539ab03fbca4da69c4d651016ff1c8013b9223 (patch)
tree813cbcd3263de8a4302493470372a0fb9cbf25ce /Makefile
parent944ab4d12c9a4327ed9db93504c2746169c5a335 (diff)
downloadlh-bootstrap-a7539ab03fbca4da69c4d651016ff1c8013b9223.tar.gz
Add git to sub/dev, first draft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 411391f..8f1029c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,11 @@ images: $(OUTPUT)/tmp/.lh_diskimages_done
ifeq ($(LH_DEV),true)
include sub/dev/Makefile.strace
include sub/dev/Makefile.make
-LH_DEV_TARGETS := $(OUTPUT)/build-host/.lh_strace_installed $(OUTPUT)/build-host/.lh_make_installed
+include sub/dev/Makefile.zlib
+include sub/dev/Makefile.libressl
+include sub/dev/Makefile.curl
+include sub/dev/Makefile.git
+LH_DEV_TARGETS := $(OUTPUT)/build-host/.lh_strace_installed $(OUTPUT)/build-host/.lh_make_installed $(OUTPUT)/build-host/.lh_zlib_installed $(OUTPUT)/build-host/.lh_libressl_installed $(OUTPUT)/build-host/.lh_curl_installed $(OUTPUT)/build-host/.lh_git_installed
else
LH_DEV_TARGETS :=
endif