aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/file/Imakefile')
-rw-r--r--src/lib/krb5/ccache/file/Imakefile45
1 files changed, 0 insertions, 45 deletions
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()