aboutsummaryrefslogtreecommitdiff
path: root/src/tests/hammer
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1995-11-03 22:12:52 +0000
committerMark Eichin <eichin@mit.edu>1995-11-03 22:12:52 +0000
commit6343967e20e1f42cc3075bad731bfbbca7072c80 (patch)
treed70b2978bbdcf92bbb4a369ac2d7e6d871648afa /src/tests/hammer
parenta6499ad5699ee4852415b499cdbd375a70e1b69c (diff)
downloadkrb5-6343967e20e1f42cc3075bad731bfbbca7072c80.zip
krb5-6343967e20e1f42cc3075bad731bfbbca7072c80.tar.gz
krb5-6343967e20e1f42cc3075bad731bfbbca7072c80.tar.bz2
stamp out festering Imakefiles
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7015 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/hammer')
-rw-r--r--src/tests/hammer/Imakefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/tests/hammer/Imakefile b/src/tests/hammer/Imakefile
deleted file mode 100644
index e154519..0000000
--- a/src/tests/hammer/Imakefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# tests/hammer/Imakefile
-#
-# Copyright 1990,1991 by the Massachusetts Institute of Technology.
-# All Rights Reserved.
-#
-# Export of this software from the United States of America may
-# require a specific license from the United States Government.
-# It is the responsibility of any person or organization contemplating
-# export to obtain such a license before exporting.
-#
-# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
-# distribute this software and its documentation for any purpose and
-# without fee is hereby granted, provided that the above copyright
-# notice appear in all copies and that both that copyright notice and
-# this permission notice appear in supporting documentation, and that
-# the name of M.I.T. not be used in advertising or publicity pertaining
-# to distribution of the software without specific, written prior
-# permission. M.I.T. makes no representations about the suitability of
-# this software for any purpose. It is provided "as is" without express
-# or implied warranty.
-#
-#
- DEPLIBS = $(DEPKLIB)
-LOCAL_LIBRARIES = $(KLIB)
-SRCS = kdc5_hammer.c
-
-SimpleTestProgramTarget(kdc5_hammer)
-
-DependTarget()