diff options
Diffstat (limited to 'fml/bin')
| -rw-r--r-- | fml/bin/.cvsignore | 1 | ||||
| -rw-r--r-- | fml/bin/fmlalias | 17 |
2 files changed, 1 insertions, 17 deletions
diff --git a/fml/bin/.cvsignore b/fml/bin/.cvsignore index 0c83d7c0..fdfa4e4d 100644 --- a/fml/bin/.cvsignore +++ b/fml/bin/.cvsignore @@ -5,3 +5,4 @@ fmlsch fmlthread makefml fmlspool +fmlalias diff --git a/fml/bin/fmlalias b/fml/bin/fmlalias deleted file mode 100644 index c2bc471f..00000000 --- a/fml/bin/fmlalias +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh -# -# Copyright (C) 2001 Ken'ichi Fukamachi -# All rights reserved. This program is free software; you can -# redistribute it and/or modify it under the same terms as Perl itself. -# -# $FML: fmlalias.in,v 1.3 2002/04/01 23:40:53 fukachan Exp $ -# - -prefix=/usr/local -exec_prefix=${prefix} -libexec_dir=${exec_prefix}/libexec/fml - -exec $libexec_dir/fmlalias $* - -echo 'not reach here' -exit 0; |
