Usermode/libc - Add support for %H and %M in strftime
[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 config.sub
11 CONFIGURE_ARGS = --with-zlib=$(OUTDIR) --disable-utmp --disable-wtmp --disable-lastlog DSS_PRIV_FILENAME=/Acess/Conf/dropbear/host_key_dss RSA_PRIV_FILENAME=/Acess/Conf/dropbear/host_key_rsa MOTD_FILENAME=/Acess/Conf/dropbear/motd
12 CONFIGURE_ENV = LIBS=-lpsocket
13 BTARGETS = dbclient dropbear
14 ITARGETS = inst_dbclient inst_dropbear
15
16 include ../common_automake.mk
17

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