Externals/dropbear - Works, but install might be failing
[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.bz2
8 TARBALL_TO_DIR_L := %.tar.bz2
9 TARBALL_TO_DIR_R := %
10 PATCHES := options.h
11 CONFIGURE_ARGS = --with-zlib=$(PREFIX) --disable-utmp --disable-wtmp --disable-lastlog
12 BTARGETS = dbclient
13 ITARGETS = inst_dbclient
14
15 include ../common.mk
16

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