summaryrefslogtreecommitdiffstats
path: root/rules/host-lrzsz.make
blob: 9fcafcbba6b256e4e79a3056a308c231ca2cc455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*-makefile-*-
#
# Copyright (C) 2008 by Robert Schwebel
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# We provide this package
#
HOST_PACKAGES-$(PTXCONF_HOST_LRZSZ) += host-lrzsz

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

#
# autoconf
#
HOST_LRZSZ_AUTOCONF	:= \
	$(HOST_AUTOCONF) \
	--disable-nls

# vim: syntax=make