summaryrefslogtreecommitdiffstats
path: root/encap/src/makeself-dist/Makefile
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2009-11-11 19:30:54 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2009-11-11 19:30:54 +0000
commitd63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9 (patch)
treea28aed24c3d0606718a2a2a7a099447aab84a403 /encap/src/makeself-dist/Makefile
parent2535920830fc57f30fd6eb9c4b6569a100d40126 (diff)
downloadbcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.gz
bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.tar.bz2
bcfg2-d63ea8a2fe1484dae8f23d388bf9e5e93bd0afb9.zip
No longer being maintained, no one expressed interest on mailing list, so removing from trunk.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5569 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/makeself-dist/Makefile')
-rw-r--r--encap/src/makeself-dist/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/encap/src/makeself-dist/Makefile b/encap/src/makeself-dist/Makefile
deleted file mode 100644
index 1637aad88..000000000
--- a/encap/src/makeself-dist/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id$
-
-# Variables
-export SHELL = /bin/sh
-export PATH = /usr/local/lib/bcfg2/bin:/usr/local/bin:/usr/bin:/bin
-
-# Main
-
-.PHONY : all clean distclean
-.SUFFIXES :
-
-all :
- chmod 755 ./makedist.sh && ./makedist.sh
-
-clean :
- -rm ./*~ ./\#*
-
-distclean : clean
- -rm -rf ./bcfg2-*