summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/crc32/Imakefile9
-rw-r--r--src/lib/crypto/des/Imakefile9
-rw-r--r--src/lib/kdb/Imakefile9
-rw-r--r--src/lib/krb5/Imakefile9
-rw-r--r--src/lib/krb5/asn.1/Imakefile9
-rw-r--r--src/lib/krb5/ccache/Imakefile9
-rw-r--r--src/lib/krb5/ccache/file/Imakefile9
-rw-r--r--src/lib/krb5/error_tables/Imakefile9
-rw-r--r--src/lib/krb5/free/Imakefile9
-rw-r--r--src/lib/krb5/keytab/Imakefile9
-rw-r--r--src/lib/krb5/keytab/file/Imakefile9
-rw-r--r--src/lib/krb5/krb/Imakefile9
-rw-r--r--src/lib/krb5/os/Imakefile9
-rw-r--r--src/lib/krb5/rcache/Imakefile9
14 files changed, 126 insertions, 0 deletions
diff --git a/src/lib/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile
index ff17c02f59..b1301e8a2d 100644
--- a/src/lib/crypto/crc32/Imakefile
+++ b/src/lib/crypto/crc32/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS= crc.o
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index ad75191f4a..26a566d301 100644
--- a/src/lib/crypto/des/Imakefile
+++ b/src/lib/crypto/des/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS= cksum.o \
diff --git a/src/lib/kdb/Imakefile b/src/lib/kdb/Imakefile
index 1ad18283b1..44886cd411 100644
--- a/src/lib/kdb/Imakefile
+++ b/src/lib/kdb/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
SRCS= \
encrypt_key.c \
decrypt_key.c \
diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile
index 783e171e19..920e8f0a10 100644
--- a/src/lib/krb5/Imakefile
+++ b/src/lib/krb5/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
#define IHaveSubdirs
#define PassCDebugFlags
NormalLibraryObjectRule()
diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile
index 2f9caaf4d1..4d81b3065d 100644
--- a/src/lib/krb5/asn.1/Imakefile
+++ b/src/lib/krb5/asn.1/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
PepyPosyRules()
NormalLibraryObjectRule()
diff --git a/src/lib/krb5/ccache/Imakefile b/src/lib/krb5/ccache/Imakefile
index 0f782d5f2c..15d654c40b 100644
--- a/src/lib/krb5/ccache/Imakefile
+++ b/src/lib/krb5/ccache/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
#define IHaveSubdirs
#define PassCDebugFlags
diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile
index 46b2f75ff0..a9f8ea4fc5 100644
--- a/src/lib/krb5/ccache/file/Imakefile
+++ b/src/lib/krb5/ccache/file/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS = fcc_close.o fcc_destry.o fcc_eseq.o \
diff --git a/src/lib/krb5/error_tables/Imakefile b/src/lib/krb5/error_tables/Imakefile
index 353e6c51d7..255a21e93a 100644
--- a/src/lib/krb5/error_tables/Imakefile
+++ b/src/lib/krb5/error_tables/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
ETSRCS=isode_err.c kdb5_err.c krb5_err.c
ETOBJS=isode_err.o kdb5_err.o krb5_err.o
diff --git a/src/lib/krb5/free/Imakefile b/src/lib/krb5/free/Imakefile
index 0c629f8df2..a1aa266a1a 100644
--- a/src/lib/krb5/free/Imakefile
+++ b/src/lib/krb5/free/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS= \
diff --git a/src/lib/krb5/keytab/Imakefile b/src/lib/krb5/keytab/Imakefile
index 6176918c38..030e2cfdae 100644
--- a/src/lib/krb5/keytab/Imakefile
+++ b/src/lib/krb5/keytab/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
#define IHaveSubdirs
#define PassCDebugFlags
diff --git a/src/lib/krb5/keytab/file/Imakefile b/src/lib/krb5/keytab/file/Imakefile
index ac15fee570..b135216d5b 100644
--- a/src/lib/krb5/keytab/file/Imakefile
+++ b/src/lib/krb5/keytab/file/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS = \
diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile
index 8cc0c55252..0e113e7804 100644
--- a/src/lib/krb5/krb/Imakefile
+++ b/src/lib/krb5/krb/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS= addr_comp.o \
diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile
index 47f78f0b25..1f056074f6 100644
--- a/src/lib/krb5/os/Imakefile
+++ b/src/lib/krb5/os/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS= \
diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile
index 06d5233378..80ecf3f094 100644
--- a/src/lib/krb5/rcache/Imakefile
+++ b/src/lib/krb5/rcache/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
INCLUDES=-I.