f53193d64823cdc66e56ce45cb05baece9534c07
[tpg/acess2.git] / Externals / dropbear / Makefile
1 #
2 # Acess2 External: dropbear
3 # - Makefile and patches by John Hodge (thePowersGang)
4 #
5
6 DEPS := zlib
7 TARBALL_PATTERN := dropbear-*.tar.gz
8 TARBALL_TO_DIR_L := %.tar.gz
9 TARBALL_TO_DIR_R := %
10 PATCHES := options.h
11 CONFIGURE_ARGS = --with-zlib=../../Output/$(ARCH) --disable-utmp --disable-wtmp --disable-lastlog
12
13 include ../common.mk
14

UCC git Repository :: git.ucc.asn.au