aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-08-09 04:22:36 +0000
committerMark Eichin <eichin@mit.edu>1994-08-09 04:22:36 +0000
commit2b01c4c601b60e1af851bbbb547b3532488fccc0 (patch)
treeef92eaaafea8def48e99afb03e459dd10223afd9 /src/lib
parent4a3d4a9ab94ee45d9a60b4f4dc5d697ac9b0825b (diff)
downloadkrb5-2b01c4c601b60e1af851bbbb547b3532488fccc0.zip
krb5-2b01c4c601b60e1af851bbbb547b3532488fccc0.tar.gz
krb5-2b01c4c601b60e1af851bbbb547b3532488fccc0.tar.bz2
Stamp Out Imake in Our Lifetimes..
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4085 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/crc32/Imakefile37
-rw-r--r--src/lib/crypto/md4/Imakefile35
-rw-r--r--src/lib/crypto/md5/Imakefile11
-rw-r--r--src/lib/crypto/os/Imakefile52
-rw-r--r--src/lib/des425/Imakefile65
-rw-r--r--src/lib/gssapi/generic/Imakefile94
-rw-r--r--src/lib/gssapi/krb5/Imakefile110
-rw-r--r--src/lib/kdb/Imakefile45
-rw-r--r--src/lib/krb425/Imakefile88
-rw-r--r--src/lib/krb5/asn.1/Imakefile80
-rw-r--r--src/lib/krb5/ccache/file/Imakefile45
-rw-r--r--src/lib/krb5/ccache/stdio/Imakefile48
-rw-r--r--src/lib/krb5/error_tables/Imakefile62
-rw-r--r--src/lib/krb5/free/Imakefile95
-rw-r--r--src/lib/krb5/keytab/file/Imakefile61
-rw-r--r--src/lib/krb5/krb/Imakefile147
-rw-r--r--src/lib/krb5/os/Imakefile91
-rw-r--r--src/lib/krb5/posix/Imakefile72
-rw-r--r--src/lib/krb5/rcache/Imakefile45
19 files changed, 0 insertions, 1283 deletions
diff --git a/src/lib/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile
deleted file mode 100644
index f0e446d..0000000
--- a/src/lib/crypto/crc32/Imakefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS= crc.o
-
-SRCS= $(SRCDIR)crc.c $(SRCDIR)crctest.c
-
-CRCTESTOBJ = crctest.o
-
-SubdirLibraryRule($(OBJS))
-
-NormalProgramTarget(crctest,$(CRCTESTOBJ),$(OBJS),$(OBJS),)
-
-DependTarget()
diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile
deleted file mode 100644
index d65f74b..0000000
--- a/src/lib/crypto/md4/Imakefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS= md4.o md4glue.o md4crypto.o
-
-SRCS= $(SRCDIR)md4.c $(SRCDIR)md4glue.c $(SRCDIR)md4crypto.c
-
-DEFINES= $(DESDEFINES)
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/crypto/md5/Imakefile b/src/lib/crypto/md5/Imakefile
deleted file mode 100644
index 8322584..0000000
--- a/src/lib/crypto/md5/Imakefile
+++ /dev/null
@@ -1,11 +0,0 @@
-NormalLibraryObjectRule()
-
-OBJS= md5.o md5glue.o md5crypto.o
-
-SRCS= $(SRCDIR)md5.c $(SRCDIR)md5glue.c $(SRCDIR)md5crypto.c
-
-DEFINES= $(DESDEFINES)
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/crypto/os/Imakefile b/src/lib/crypto/os/Imakefile
deleted file mode 100644
index 7ca6484..0000000
--- a/src/lib/crypto/os/Imakefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-#if HasMemmove
-MMOBJS=
-MMSRCS=
-#else
-MMOBJS= memmove.o
-MMSRCS= memmove.c
-#endif
-
-OBJS= rnd_confoun.o localaddr.o ustime.o $(MMOBJS)
-
-SRCS= rnd_confoun.c localaddr.c ustime.c $(MMSRCS)
-
-SubdirLibraryRule($(OBJS))
-
-depend:: localaddr.c ustime.c
-
-DependTarget()
-
-localaddr.c: ../../krb5/os/localaddr.c
- $(LN) ../../krb5/os/localaddr.c $@
-
-ustime.c: ../../krb5/os/ustime.c
- $(LN) ../../krb5/os/ustime.c $@
-
-memmove.c: ../../krb5/posix/memmove.c
- $(LN) ../../krb5/posix/memmove.c $@
diff --git a/src/lib/des425/Imakefile b/src/lib/des425/Imakefile
deleted file mode 100644
index f96b093..0000000
--- a/src/lib/des425/Imakefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1990 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS= cksum.o \
- des.o \
- enc_dec.o \
- key_parity.o \
- key_sched.o \
- new_rnd_key.o \
- pcbc_encrypt.o \
- quad_cksum.o \
- random_key.o \
- read_passwd.o \
- str_to_key.o \
- weak_key.o
-
-SRCS= $(SRCDIR)cksum.c \
- $(SRCDIR)des.c \
- $(SRCDIR)enc_dec.c \
- $(SRCDIR)key_parity.c \
- $(SRCDIR)key_sched.c \
- $(SRCDIR)new_rnd_key.c \
- $(SRCDIR)pcbc_encrypt.c \
- $(SRCDIR)quad_cksum.c \
- $(SRCDIR)random_key.c \
- $(SRCDIR)read_passwd.c \
- $(SRCDIR)str_to_key.c \
- $(SRCDIR)weak_key.c
-
-DEFINES = $(DESDEFINES)
-
-VERIFYOBJ = verify.o
-
-Krb5LibraryTarget(des425,$(OBJS))
-
-
-EXT_LIB= $(TOP)/lib/cryptoconf.o $(TOP/lib/$(DESLIB) libdes425.a $(COMERRLIB)
-
-NormalProgramTarget(verify,$(VERIFYOBJ),libdes425.a,$(EXT_LIB),)
-
-NormalLintTarget($(SRCS))
-
diff --git a/src/lib/gssapi/generic/Imakefile b/src/lib/gssapi/generic/Imakefile
deleted file mode 100644
index 1ba4713..0000000
--- a/src/lib/gssapi/generic/Imakefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1993, 1994 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.
-#
-#
-
-ETSRCS= gssapi_generic_err.c
-ETOBJS= gssapi_generic_err.o
-ETHDRS= gssapi_generic_err.h
-
-#if HasHashLibrary
-UTIL_VALIDATE_SRC= util_validate.c
-UTIL_VALIDATE_OBJ= util_validate.o
-#else
-UTIL_VALIDATE_SRC= util_val_nohash.c
-UTIL_VALIDATE_OBJ= util_val_nohash.o
-#endif
-
-CCSRCS = \
- display_major_status.c \
- display_com_err_status.c \
- gssapi_generic.c \
- release_buffer.c \
- release_oid_set.c \
- util_buffer.c \
- util_canonhost.c \
- util_dup.c \
- util_oid.c \
- util_token.c \
- $(UTIL_VALIDATE_SRC)
-
-CCOBJS = \
- display_major_status.o \
- display_com_err_status.o \
- gssapi_generic.o \
- release_buffer.o \
- release_oid_set.o \
- util_buffer.o \
- util_canonhost.o \
- util_dup.o \
- util_oid.o \
- util_token.o \
- $(UTIL_VALIDATE_OBJ)
-
-
-EHDRDIR= $(TOP)/include/gssapi
-EXPORTED_HEADERS= gssapi.h gssapi_generic.h
-
-SRCS= $(ETSRCS) $(CCSRCS)
-OBJS= $(ETOBJS) $(CCOBJS)
-HDRS= $(ETHDRS)
-
-NormalLibraryObjectRule()
-ErrorTableObjectRule()
-
-all:: $(SRCS) $(HDRS) includes $(OBJS)
-
-clean::
- $(RM) $(ETHDRS) $(ETSRCS)
-
-SubdirLibraryRule($(OBJS))
-
-Krb5InstallHeaders($(EXPORTED_HEADERS), $(KRB5_INCDIR)/krb5)
-
-includes::
- @-mkdir $(EHDRDIR)
-
-CopyHeader(gssapi.h,$(EHDRDIR))
-CopyHeader(gssapi_generic.h,$(EHDRDIR))
-
-depend:: $(ETSRCS)
-
-DependTarget()
-
-SpecialObjectRule(gssapi_generic_err.o,gssapi_generic_err.c,)
diff --git a/src/lib/gssapi/krb5/Imakefile b/src/lib/gssapi/krb5/Imakefile
deleted file mode 100644
index 4f2d6b5..0000000
--- a/src/lib/gssapi/krb5/Imakefile
+++ /dev/null
@@ -1,110 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1993 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.
-#
-#
-
-ETSRCS= gssapi_krb5_err.c
-ETOBJS= gssapi_krb5_err.o
-ETHDRS= gssapi_krb5_err.h
-
-CCSRCS = \
- accept_sec_context.c \
- acquire_cred.c \
- compare_name.c \
- context_time.c \
- delete_sec_context.c \
- display_name.c \
- display_status.c \
- get_tkt_flags.c \
- gssapi_krb5.c \
- import_name.c \
- indicate_mechs.c \
- init_sec_context.c \
- inquire_context.c \
- inquire_cred.c \
- k5seal.c \
- k5unseal.c \
- krb5_gss_glue.c \
- process_context_token.c \
- release_cred.c \
- release_name.c \
- seal.c \
- sign.c \
- unseal.c \
- util_cksum.c \
- util_crypt.c \
- util_seed.c \
- util_seqnum.c \
- verify.c
-
-CCOBJS = \
- accept_sec_context.o \
- acquire_cred.o \
- compare_name.o \
- context_time.o \
- delete_sec_context.o \
- display_name.o \
- display_status.o \
- get_tkt_flags.o \
- gssapi_krb5.o \
- import_name.o \
- indicate_mechs.o \
- init_sec_context.o \
- inquire_context.o \
- inquire_cred.o \
- k5seal.o \
- k5unseal.o \
- krb5_gss_glue.o \
- process_context_token.o \
- release_cred.o \
- release_name.o \
- seal.o \
- sign.o \
- unseal.o \
- util_cksum.o \
- util_crypt.o \
- util_seed.o \
- util_seqnum.o \
- verify.o
-
-SRCS= $(ETSRCS) $(CCSRCS)
-OBJS= $(ETOBJS) $(CCOBJS)
-HDRS= $(ETHDRS)
-
-EHDRDIR=$(TOP)/include/gssapi
-
-NormalLibraryObjectRule()
-ErrorTableObjectRule()
-
-all:: $(SRCS) $(HDRS) includes $(OBJS)
-
-clean::
- $(RM) $(ETHDRS) $(ETSRCS)
-
-SubdirLibraryRule($(OBJS))
-
-depend:: $(ETSRCS)
-
-DependTarget()
-
-SpecialObjectRule(gssapi_krb5_err.o,gssapi_krb5_err.c,)
diff --git a/src/lib/kdb/Imakefile b/src/lib/kdb/Imakefile
deleted file mode 100644
index d162b6f..0000000
--- a/src/lib/kdb/Imakefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-SRCS= \
- $(SRCDIR)encrypt_key.c \
- $(SRCDIR)decrypt_key.c \
- $(SRCDIR)kdb_dbm.c \
- $(SRCDIR)verify_mky.c \
- $(SRCDIR)fetch_mkey.c \
- $(SRCDIR)setup_mkey.c \
- $(SRCDIR)store_mkey.c
-
-NormalLibraryObjectRule()
-
-OBJS= \
- encrypt_key.o \
- decrypt_key.o \
- kdb_dbm.o \
- verify_mky.o \
- fetch_mkey.o \
- setup_mkey.o \
- store_mkey.o
-
-Krb5LibraryTarget(kdb5,$(OBJS))
diff --git a/src/lib/krb425/Imakefile b/src/lib/krb425/Imakefile
deleted file mode 100644
index cd26049..0000000
--- a/src/lib/krb425/Imakefile
+++ /dev/null
@@ -1,88 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-ETSRCS=krb_err.c
-ETOBJS=krb_err.o
-ETHDRS=krb_err.h
-EHDRDIR=$(TOP)/include/kerberosIV
-NormalLibraryObjectRule()
-ErrorTableObjectRule()
-
-INCLUDES=-I$(TOP)/include/kerberosIV
-
-OBJS= $(ETOBJS) \
- 425data.o \
- 425error.o \
- des_sched.o \
- get_cred.o \
- get_krbhst.o \
- get_lrealm.o \
- get_phost.o \
- kn_parse.o \
- kntoln.o \
- kuserok.o \
- mk_priv.o \
- mk_req.o \
- mk_safe.o \
- net_read.o \
- net_write.o \
- rd_priv.o \
- rd_req.o \
- rd_safe.o \
- realmhost.o \
- recvauth.o \
- sendauth.o \
- set_key.o
-
-SRCS= $(ETSRCS) \
- 425data.c \
- 425error.c \
- des_sched.c \
- get_cred.c \
- get_krbhst.c \
- get_lrealm.c \
- get_phost.c \
- kn_parse.c \
- kntoln.c \
- kuserok.c \
- mk_priv.c \
- mk_req.c \
- mk_safe.c \
- net_read.c \
- net_write.c \
- rd_priv.c \
- rd_req.c \
- rd_safe.c \
- realmhost.c \
- recvauth.c \
- sendauth.c \
- set_key.c
-all:: $(ETSRCS) $(ETHDRS) includes $(OBJS)
-clean::
- $(RM) $(ETHDRS) $(ETSRCS)
-depend:: $(ETSRCS)
-DependTarget()
-Krb5InstallHeaders($(ETHDRS),$(KRB5_INCDIR)/kerberosIV)
-CopyHeader(krb_err.h,$(EHDRDIR))
-Krb5LibraryTarget(krb425,${OBJS})
diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile
deleted file mode 100644
index af7f12e..0000000
--- a/src/lib/krb5/asn.1/Imakefile
+++ /dev/null
@@ -1,80 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-EHDRDIR=$(TOP)/include/krb5/asn.1
-
-SRCS= \
- $(SRCDIR)asn1_decode.c\
- $(SRCDIR)asn1_decode_k.c\
- $(SRCDIR)asn1_encode.c\
- $(SRCDIR)asn1_get.c\
- $(SRCDIR)asn1_make.c\
- $(SRCDIR)asn1buf.c\
- $(SRCDIR)krb5_decode.c\
- $(SRCDIR)krb5_encode.c\
- $(SRCDIR)asn1_encode_k.c\
- $(SRCDIR)asn1_misc.c
-
-OBJS= \
- asn1_decode.o\
- asn1_decode_k.o\
- asn1_encode.o\
- asn1_get.o\
- asn1_make.o\
- asn1buf.o\
- krb5_decode.o\
- krb5_encode.o\
- asn1_encode_k.o\
- asn1_misc.o
-
-all:: depend includes
-
-SubdirLibraryRule($(OBJS))
-
-CopyHeader(krb5_encode.h,$(EHDRDIR))
-CopyHeader(krb5_decode.h,$(EHDRDIR))
-
-Krb5InstallHeaders(krb5_encode.h krb5_decode.h, $(KRB5_INCDIR)/krb5/asn.1)
-
-DependTarget()
-
-#ifdef UseSedHack
-
-#define IHaveSpecialMakefileTarget
-
-Makefile:: $(SRCDIR)Imakefile
- $(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR) $(SRCSUBDIR)Imakefile -s Makefile.new
- $(MAKE) -f Makefile.new noop
- -@if [ -f Makefile ]; then \
- echo "$(RM) Makefile.bak; $(MV) Makefile Makefile.bak";\
- $(RM) Makefile.bak; $(MV) Makefile Makefile.bak;\
- fi
- sed 's/^@/ @/' Makefile.new > Makefile || $(MV) Makefile.new Makefile
- -$(RM) Makefile.new
-
-#endif
-
-noop::
diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile
deleted file mode 100644
index 6a8685a..0000000
--- a/src/lib/krb5/ccache/file/Imakefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS = fcc_close.o fcc_destry.o fcc_eseq.o \
- fcc_gennew.o fcc_getnam.o fcc_gprin.o fcc_init.o \
- fcc_nseq.o fcc_read.o fcc_reslv.o fcc_retrv.o \
- fcc_sseq.o fcc_store.o fcc_skip.o fcc_ops.o fcc_write.o \
- fcc_sflags.o fcc_defops.o fcc_errs.o fcc_maybe.o
-
-SRCS = $(SRCDIR)fcc_close.c $(SRCDIR)fcc_destry.c $(SRCDIR)fcc_eseq.c \
- $(SRCDIR)fcc_gennew.c $(SRCDIR)fcc_getnam.c $(SRCDIR)fcc_gprin.c \
- $(SRCDIR)fcc_init.c $(SRCDIR)fcc_nseq.c $(SRCDIR)fcc_read.c \
- $(SRCDIR)fcc_reslv.c $(SRCDIR)fcc_retrv.c $(SRCDIR)fcc_sseq.c \
- $(SRCDIR)fcc_store.c $(SRCDIR)fcc_skip.c $(SRCDIR)fcc_ops.c \
- $(SRCDIR)fcc_write.c $(SRCDIR)fcc_sflags.c $(SRCDIR)fcc_defops.c \
- $(SRCDIR)fcc_errs.c $(SRCDIR)fcc_maybe.c
-
-all:: ${OBJS}
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/krb5/ccache/stdio/Imakefile b/src/lib/krb5/ccache/stdio/Imakefile
deleted file mode 100644
index 4a613e1..0000000
--- a/src/lib/krb5/ccache/stdio/Imakefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1990 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS = scc_close.o scc_destry.o scc_eseq.o \
- scc_gennew.o scc_getnam.o scc_gprin.o scc_init.o \
- scc_nseq.o scc_read.o scc_reslv.o scc_retrv.o \
- scc_sseq.o scc_store.o scc_skip.o scc_ops.o scc_write.o \
- scc_sflags.o scc_defops.o scc_errs.o scc_maybe.o
-
-SRCS = $(SRCDIR)scc_close.c $(SRCDIR)scc_destry.c $(SRCDIR)scc_eseq.c \
- $(SRCDIR)scc_gennew.c $(SRCDIR)scc_getnam.c $(SRCDIR)scc_gprin.c \
- $(SRCDIR)scc_init.c $(SRCDIR)scc_nseq.c $(SRCDIR)scc_read.c \
- $(SRCDIR)scc_reslv.c $(SRCDIR)scc_retrv.c $(SRCDIR)scc_sseq.c \
- $(SRCDIR)scc_store.c $(SRCDIR)scc_skip.c $(SRCDIR)scc_ops.c \
- $(SRCDIR)scc_write.c $(SRCDIR)scc_sflags.c $(SRCDIR)scc_defops.c \
- $(SRCDIR)scc_errs.c $(SRCDIR)scc_maybe.c
-
-all:: ${OBJS}
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
-
-test: ${OBJS} scc_test.o
- ${CC} -o test ${OBJS} scc_test.o
diff --git a/src/lib/krb5/error_tables/Imakefile b/src/lib/krb5/error_tables/Imakefile
deleted file mode 100644
index 51205f1..0000000
--- a/src/lib/krb5/error_tables/Imakefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1990 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.
-#
-#
-ETSRCS=isode_err.c kdb5_err.c krb5_err.c adm_err.c
-
-ETOBJS=isode_err.o kdb5_err.o krb5_err.o adm_err.o
-
-ETHDRS=isode_err.h kdb5_err.h krb5_err.h adm_err.h
-
-SRCS= $(ETSRCS) $(SRCDIR)init_ets.c
-OBJS= $(ETOBJS) init_ets.o
-HDRS= $(ETHDRS)
-
-EHDRDIR=$(TOP)/include/krb5
-
-NormalLibraryObjectRule()
-ErrorTableObjectRule()
-
-all:: ${SRCS} ${HDRS} includes ${OBJS}
-
-clean::
- $(RM) $(ETHDRS) $(ETSRCS)
-
-CopyHeader(isode_err.h,$(EHDRDIR))
-CopyHeader(krb5_err.h,$(EHDRDIR))
-CopyHeader(kdb5_err.h,$(EHDRDIR))
-CopyHeader(adm_err.h,$(EHDRDIR))
-
-
-SubdirLibraryRule($(OBJS))
-
-depend:: $(ETSRCS)
-
-DependTarget()
-
-Krb5InstallHeaders($(ETHDRS), $(KRB5_INCDIR)/krb5)
-
-SpecialObjectRule(isode_err.o,isode_err.c,)
-SpecialObjectRule(krb5_err.o,krb5_err.c,)
-SpecialObjectRule(kdb5_err.o,kdb5_err.c,)
-SpecialObjectRule(adm_err.o,adm_err.c,)
diff --git a/src/lib/krb5/free/Imakefile b/src/lib/krb5/free/Imakefile
deleted file mode 100644
index d935379..0000000
--- a/src/lib/krb5/free/Imakefile
+++ /dev/null
@@ -1,95 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS= \
- f_addr.o \
- f_address.o \
- f_ap_rep.o \
- f_ap_req.o \
- f_arep_enc.o \
- f_authdata.o \
- f_authent.o \
- f_auth_cnt.o \
- f_cksum.o \
- f_creds.o \
- f_cred_cnt.o \
- f_enc_kdc.o \
- f_enc_tkt.o \
- f_error.o \
- f_kdc_rep.o \
- f_kdc_req.o \
- f_keyblock.o \
- f_last_req.o \
- f_padata.o \
- f_princ.o \
- f_priv.o \
- f_priv_enc.o \
- f_safe.o \
- f_ticket.o \
- f_tickets.o \
- f_tgt_cred.o \
- f_tkt_auth.o \
- f_pwd_data.o \
- f_pwd_seq.o \
- f_cred.o \
- f_cred_enc.o
-
-SRCS= \
- $(SRCDIR)f_addr.c \
- $(SRCDIR)f_address.c \
- $(SRCDIR)f_arep_enc.c \
- $(SRCDIR)f_ap_rep.c \
- $(SRCDIR)f_ap_req.c \
- $(SRCDIR)f_authdata.c \
- $(SRCDIR)f_authent.c \
- $(SRCDIR)f_auth_cnt.c \
- $(SRCDIR)f_cksum.c \
- $(SRCDIR)f_creds.c \
- $(SRCDIR)f_cred_cnt.c \
- $(SRCDIR)f_enc_kdc.c \
- $(SRCDIR)f_enc_tkt.c \
- $(SRCDIR)f_error.c \
- $(SRCDIR)f_kdc_rep.c \
- $(SRCDIR)f_kdc_req.c \
- $(SRCDIR)f_keyblock.c \
- $(SRCDIR)f_last_req.c \
- $(SRCDIR)f_padata.c \
- $(SRCDIR)f_princ.c \
- $(SRCDIR)f_priv.c \
- $(SRCDIR)f_priv_enc.c \
- $(SRCDIR)f_safe.c \
- $(SRCDIR)f_ticket.c \
- $(SRCDIR)f_tickets.c \
- $(SRCDIR)f_tgt_cred.c \
- $(SRCDIR)f_tkt_auth.c \
- $(SRCDIR)f_pwd_data.c \
- $(SRCDIR)f_pwd_seq.c \
- $(SRCDIR)f_cred.c \
- $(SRCDIR)f_cred_enc.c
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/krb5/keytab/file/Imakefile b/src/lib/krb5/keytab/file/Imakefile
deleted file mode 100644
index fb64b28..0000000
--- a/src/lib/krb5/keytab/file/Imakefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1990 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.
-#
-#
-NormalLibraryObjectRule()
-
-SRCS= \
- $(SRCDIR)ktf_add.c \
- $(SRCDIR)ktf_endget.c \
- $(SRCDIR)ktf_next.c \
- $(SRCDIR)ktf_resolv.c \
- $(SRCDIR)ktf_wops.c \
- $(SRCDIR)ktf_close.c \
- $(SRCDIR)ktf_get_en.c \
- $(SRCDIR)ktf_ops.c \
- $(SRCDIR)ktf_ssget.c \
- $(SRCDIR)ktf_wreslv.c \
- $(SRCDIR)ktf_defops.c \
- $(SRCDIR)ktf_get_na.c \
- $(SRCDIR)ktf_remove.c \
- $(SRCDIR)ktf_util.c
-
-OBJS = \
- ktf_add.o \
- ktf_close.o \
- ktf_endget.o \
- ktf_get_en.o \
- ktf_get_na.o \
- ktf_next.o \
- ktf_resolv.o \
- ktf_remove.o \
- ktf_ssget.o \
- ktf_util.o \
- ktf_ops.o \
- ktf_wops.o \
- ktf_wreslv.o \
- ktf_defops.o
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile
deleted file mode 100644
index c649daa..0000000
--- a/src/lib/krb5/krb/Imakefile
+++ /dev/null
@@ -1,147 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# Copyright 1990 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS= addr_comp.o \
- addr_order.o \
- addr_srch.o \
- bld_pr_ext.o \
- bld_princ.o \
- compat_recv.o \
- conv_princ.o \
- copy_addrs.o \
- copy_auth.o \
- copy_athctr.o \
- copy_cksum.o \
- copy_creds.o \
- copy_data.o \
- copy_key.o \
- copy_princ.o \
- copy_tick.o \
- cp_key_cnt.o \
- decode_kdc.o \
- decrypt_tk.o \
- encode_kdc.o \
- encrypt_tk.o \
- free_rtree.o \
- faddr_ordr.o \
- gc_frm_kdc.o \
- gc_via_tgt.o \
- gc_2tgt.o \
- gen_seqnum.o \
- gen_subkey.o \
- get_creds.o \
- get_in_tkt.o \
- in_tkt_pwd.o \
- in_tkt_sky.o \
- kdc_rep_dc.o \
- krbconfig.o \
- mk_error.o \
- mk_priv.o \
- mk_rep.o \
- mk_req.o \
- mk_req_ext.o \
- mk_safe.o \
- parse.o \
- pr_to_salt.o \
- preauth.o \
- princ_comp.o \
- rd_error.o \
- rd_priv.o \
- rd_rep.o \
- rd_req.o \
- rd_req_sim.o \
- rd_req_dec.o \
- rd_safe.o \
- recvauth.o \
- sendauth.o \
- send_tgs.o \
- srv_rcache.o \
- tgtname.o \
- unparse.o \
- walk_rtree.o
-
-SRCS= $(SRCDIR)addr_comp.c \
- $(SRCDIR)addr_order.c \
- $(SRCDIR)addr_srch.c \
- $(SRCDIR)bld_pr_ext.c \
- $(SRCDIR)bld_princ.c \
- $(SRCDIR)compat_recv.c \
- $(SRCDIR)conv_princ.c \
- $(SRCDIR)copy_addrs.c \
- $(SRCDIR)copy_auth.c \
- $(SRCDIR)copy_athctr.c \
- $(SRCDIR)copy_cksum.c \
- $(SRCDIR)copy_creds.c \
- $(SRCDIR)copy_data.c \
- $(SRCDIR)copy_key.c \
- $(SRCDIR)copy_princ.c \
- $(SRCDIR)copy_tick.c \
- $(SRCDIR)cp_key_cnt.c \
- $(SRCDIR)decode_kdc.c \
- $(SRCDIR)decrypt_tk.c \
- $(SRCDIR)encode_kdc.c \
- $(SRCDIR)encrypt_tk.c \
- $(SRCDIR)free_rtree.c \
- $(SRCDIR)faddr_ordr.c \
- $(SRCDIR)gc_frm_kdc.c \
- $(SRCDIR)gc_via_tgt.c \
- $(SRCDIR)gc_2tgt.c \
- $(SRCDIR)gen_seqnum.c \
- $(SRCDIR)gen_subkey.c \
- $(SRCDIR)get_creds.c \
- $(SRCDIR)get_in_tkt.c \
- $(SRCDIR)in_tkt_pwd.c \
- $(SRCDIR)in_tkt_sky.c \
- $(SRCDIR)kdc_rep_dc.c \
- $(SRCDIR)krbconfig.c \
- $(SRCDIR)mk_error.c \
- $(SRCDIR)mk_priv.c \
- $(SRCDIR)mk_rep.c \
- $(SRCDIR)mk_req.c \
- $(SRCDIR)mk_req_ext.c \
- $(SRCDIR)mk_safe.c \
- $(SRCDIR)parse.c \
- $(SRCDIR)pr_to_salt.c \
- $(SRCDIR)preauth.c \
- $(SRCDIR)princ_comp.c \
- $(SRCDIR)rd_error.c \
- $(SRCDIR)rd_priv.c \
- $(SRCDIR)rd_rep.c \
- $(SRCDIR)rd_req.c \
- $(SRCDIR)rd_req_sim.c \
- $(SRCDIR)rd_req_dec.c \
- $(SRCDIR)rd_safe.c \
- $(SRCDIR)recvauth.c \
- $(SRCDIR)sendauth.c \
- $(SRCDIR)send_tgs.c \
- $(SRCDIR)srv_rcache.c \
- $(SRCDIR)tgtname.c \
- $(SRCDIR)unparse.c \
- $(SRCDIR)walk_rtree.c
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile
deleted file mode 100644
index e5a3985..0000000
--- a/src/lib/krb5/os/Imakefile
+++ /dev/null
@@ -1,91 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-OBJS= \
- an_to_ln.o \
- def_realm.o \
- ccdefname.o \
- free_krbhs.o \
- free_hstrl.o \
- full_ipadr.o \
- get_krbhst.o \
- gen_port.o \
- gen_rname.o \
- hst_realm.o \
- krbfileio.o \
- ktdefname.o \
- kuserok.o \
- localaddr.o \
- locate_kdc.o \
- lock_file.o \
- net_read.o \
- net_write.o \
- osconfig.o \
- port2ip.o \
- read_msg.o \
- read_pwd.o \
- realm_dom.o \
- sendto_kdc.o \
- sn2princ.o \
- timeofday.o \
- unlck_file.o \
- ustime.o \
- write_msg.o
-
-SRCS= \
- $(SRCDIR)an_to_ln.c \
- $(SRCDIR)def_realm.c \
- $(SRCDIR)ccdefname.c \
- $(SRCDIR)free_krbhs.c \
- $(SRCDIR)free_hstrl.c \
- $(SRCDIR)full_ipadr.c \
- $(SRCDIR)get_krbhst.c \
- $(SRCDIR)gen_port.c \
- $(SRCDIR)gen_rname.c \
- $(SRCDIR)hst_realm.c \
- $(SRCDIR)krbfileio.c \
- $(SRCDIR)ktdefname.c \
- $(SRCDIR)kuserok.c \
- $(SRCDIR)localaddr.c \
- $(SRCDIR)locate_kdc.c \
- $(SRCDIR)lock_file.c \
- $(SRCDIR)net_read.c \
- $(SRCDIR)net_write.c \
- $(SRCDIR)osconfig.c \
- $(SRCDIR)read_msg.c \
- $(SRCDIR)read_pwd.c \
- $(SRCDIR)realm_dom.c \
- $(SRCDIR)port2ip.c \
- $(SRCDIR)sendto_kdc.c \
- $(SRCDIR)sn2princ.c \
- $(SRCDIR)timeofday.c \
- $(SRCDIR)unlck_file.c \
- $(SRCDIR)ustime.c \
- $(SRCDIR)write_msg.c
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/krb5/posix/Imakefile b/src/lib/krb5/posix/Imakefile
deleted file mode 100644
index 6b08a2f..0000000
--- a/src/lib/krb5/posix/Imakefile
+++ /dev/null
@@ -1,72 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-#define PassCDebugFlags
-NormalLibraryObjectRule()
-
-#if HasVfprintf
-VPOBJS=
-VPSRCS=
-#else
-VPOBJS=vfprintf.o vsprintf.o
-VPSRCS=$(SRCDIR)vfprintf.c $(SRCDIR)vsprintf.c
-#endif
-#if HasVsyslog
-VSOBJS=
-VSSRCS=
-#else
-VSOBJS=syslog.o
-VSSRCS=$(SRCDIR)syslog.c
-#endif
-#if HasStrdup
-STOBJS=
-STSRCS=
-#else
-STOBJS=strdup.o
-STSRCS=$(SRCDIR)strdup.c
-#endif
-#if HasStrerror
-SEOBJS=
-SESRCS=
-#else
-SEOBJS=strerror.o
-SESRCS=$(SRCDIR)strerror.c
-#endif
-#if HasMemmove
-MMOBJS=
-MMSRCS=
-#else
-MMOBJS= memmove.o
-MMSRCS= $(SRCDIR)memmove.c
-#endif
-
-INCLUDES=$(STDC_TOP_INCLUDES)
-
-OBJS = $(MMOBJS) $(SEOBJS) $(VSOBJS) $(VPOBJS) $(STOBJS)
-
-SRCS = $(MMSRCS) $(SESRCS) $(VSSRCS) $(VPSRCS) $(STSRCS)
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()
diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile
deleted file mode 100644
index 89c63dd..0000000
--- a/src/lib/krb5/rcache/Imakefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Source$
-# $Author$
-# $Id$
-#
-# 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.
-#
-#
-NormalLibraryObjectRule()
-
-INCLUDES=-I.
-
-OBJS= \
- rc_base.o \
- rc_dfl.o \
- rc_io.o \
- rcdef.o \
- rc_conv.o
-
-SRCS= \
- $(SRCDIR)rc_base.c \
- $(SRCDIR)rc_dfl.c \
- $(SRCDIR)rc_io.c \
- $(SRCDIR)rcdef.c \
- $(SRCDIR)rc_conv.c
-
-SubdirLibraryRule($(OBJS))
-
-DependTarget()