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