diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-26 01:45:38 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-08-26 01:45:38 +0000 |
commit | 528ae7c9d7e0850895dcb0d6681c6276e1616381 (patch) | |
tree | fb4ee0132320941681f4c114568cfb17a16803f4 /encap/src/makeself-dist/Makefile | |
parent | 2a9fae783f391af23055a9d4491812e3a13ca684 (diff) | |
download | bcfg2-528ae7c9d7e0850895dcb0d6681c6276e1616381.tar.gz bcfg2-528ae7c9d7e0850895dcb0d6681c6276e1616381.tar.bz2 bcfg2-528ae7c9d7e0850895dcb0d6681c6276e1616381.zip |
EncapPackages: makeself-dist done except for password handling code and
Makefile.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2116 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/makeself-dist/Makefile')
-rw-r--r-- | encap/src/makeself-dist/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/encap/src/makeself-dist/Makefile b/encap/src/makeself-dist/Makefile new file mode 100644 index 000000000..ac1cab15e --- /dev/null +++ b/encap/src/makeself-dist/Makefile @@ -0,0 +1,19 @@ +# $Id$ + +# Variables + +PATH = /usr/local/lib/bcfg2/bin:/usr/local/bin:/usr/bin:/bin +MAKESELF = /usr/local/bin/makeself.sh + +# Main + +.PHONY : all clean distclean install +.SUFFIXES : + +all : + +clean : + +distclean : + +install : |