summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-11-02 20:17:04 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-11-17 12:30:41 +0100
commit57eba3c0651f6b3733b5a8a1e39b03aa39faa7cd (patch)
tree96d141c94a032351fa13c58f1dc0d0f9334e7335 /Makefile.in
parent7330db86ea8037c56f9804f8a74174de6d7108da (diff)
downloadptxdist-57eba3c0651f6b3733b5a8a1e39b03aa39faa7cd.tar.gz
ptxdist-57eba3c0651f6b3733b5a8a1e39b03aa39faa7cd.tar.xz
ptxdist: enable building nconf and add option to use it
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 314396e54..5ee13838c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,6 +19,8 @@ SHELL := @BASH@
export SHELL
+@BUILD_NCONF_TRUE@NCONF = nconf
+
all:
@echo "building conf and mconf ..."
@CC="$(CC)" \
@@ -31,7 +33,7 @@ all:
CONF_LIBS="@CONF_LIBS@" \
MCONF_LIBS="@MCONF_LIBS@" \
CURSES_LOC="@CURSES_LOC@" \
- conf mconf
+ conf mconf $(NCONF)
@echo "done."
@touch .done