diff options
author | John Kohl <jtkohl@mit.edu> | 1990-05-25 08:52:27 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1990-05-25 08:52:27 +0000 |
commit | 015bc86ce9fd10113a727c99d350679dfab26cc5 (patch) | |
tree | 67f3f3cfaced9b4bd6f7be419b1378dbe36263fe /src/lib/krb5/keytab | |
parent | 32bd2751bea1949f56467fbdf5b646ec88d38d1a (diff) | |
download | krb5-015bc86ce9fd10113a727c99d350679dfab26cc5.tar.gz krb5-015bc86ce9fd10113a727c99d350679dfab26cc5.tar.xz krb5-015bc86ce9fd10113a727c99d350679dfab26cc5.zip |
add RCS and copyright info
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@942 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/keytab')
-rw-r--r-- | src/lib/krb5/keytab/Imakefile | 9 | ||||
-rw-r--r-- | src/lib/krb5/keytab/file/Imakefile | 9 |
2 files changed, 18 insertions, 0 deletions
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 = \ |