summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c54ca2..51c0717 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-
PACKAGE := abuild
VERSION := 3.4.0
@@ -120,6 +119,9 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
cp $(AUTOTOOLS_TOOLCHAIN_FILES) $(DESTDIR)/$(prefix)/share/abuild/
cp functions.sh $(DESTDIR)/$(sharedir)/
+depends depend:
+ sudo apk --no-cache add -U openssl-dev zlib-dev
+
.gitignore: Makefile
echo "*.tar.bz2" > $@
for i in $(USR_BIN_FILES); do\