summaryrefslogtreecommitdiffstats
path: root/encap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'encap/Makefile')
-rw-r--r--encap/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/encap/Makefile b/encap/Makefile
index 471033fa8..2d508b65a 100644
--- a/encap/Makefile
+++ b/encap/Makefile
@@ -1,6 +1,6 @@
# $Id$
-.PHONY : all install clean uninstall encaps rename
+.PHONY : all install clean uninstall encaps rename bcfg2only
.SUFFIXES :
.SUFFIXES : .ep .sh .installed .packaged
@@ -84,6 +84,9 @@ uninstall : clean
( rm -rf ${ENCAPDIR}/bcfg2-* || true )
( rm -rf ${BASEDIR}/lib/bcfg2 || true )
+bcfg2only :
+ $(MAKE) -t; sleep 2; touch $(BCFG2).ep; $(MAKE)
+
${ZLIB}.installed : ${M4}.installed
${LIBICONV}.installed : ${ZLIB}.installed
${GETTEXT}.installed : ${LIBICONV}.installed