diff options
Diffstat (limited to 'src/kadmin/testing/scripts')
| -rw-r--r-- | src/kadmin/testing/scripts/Makefile.ov | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/kadmin/testing/scripts/Makefile.ov b/src/kadmin/testing/scripts/Makefile.ov deleted file mode 100644 index 7f70238c0..000000000 --- a/src/kadmin/testing/scripts/Makefile.ov +++ /dev/null @@ -1,22 +0,0 @@ -# $Id$ - -TOP = ../.. -include $(TOP)/config.mk/template - -GEN_SCRIPTS = compare_dump.pl fixup-conf-files.pl make-host-keytab.pl \ - simple_dump.pl verify_xrunner_report.pl - -all:: $(GEN_SCRIPTS) restore_files.sh - -restore_files.sh: - ln -s save_files.sh restore_files.sh - -%.pl: %.pl.in - -rm -f $@.tmp - echo "#!$(PERL)" > $@.tmp - sed 1d $@.in >> $@.tmp - chmod +x $@.tmp - mv $@.tmp $@ - -clean:: - -rm -f $(GEN_SCRIPTS) *.tmp |
