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/admin | |
| parent | 32bd2751bea1949f56467fbdf5b646ec88d38d1a (diff) | |
add RCS and copyright info
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@942 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin')
| -rw-r--r-- | src/admin/Imakefile | 9 | ||||
| -rw-r--r-- | src/admin/aname/Imakefile | 9 | ||||
| -rw-r--r-- | src/admin/create/Imakefile | 9 | ||||
| -rw-r--r-- | src/admin/destroy/Imakefile | 9 | ||||
| -rw-r--r-- | src/admin/edit/Imakefile | 9 | ||||
| -rw-r--r-- | src/admin/stash/Imakefile | 9 |
6 files changed, 54 insertions, 0 deletions
diff --git a/src/admin/Imakefile b/src/admin/Imakefile index 0bf7a2c38..783a11171 100644 --- a/src/admin/Imakefile +++ b/src/admin/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/admin/aname/Imakefile b/src/admin/aname/Imakefile index 60fef948b..e7373366d 100644 --- a/src/admin/aname/Imakefile +++ b/src/admin/aname/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>. +# DEPLIBS = $(OSLIB) LOCAL_LIBRARIES = $(OSLIB) $(COMERRLIB) $(DBMLIB) diff --git a/src/admin/create/Imakefile b/src/admin/create/Imakefile index 824fba29a..eba18c635 100644 --- a/src/admin/create/Imakefile +++ b/src/admin/create/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>. +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) diff --git a/src/admin/destroy/Imakefile b/src/admin/destroy/Imakefile index d750eb3b5..83108ba18 100644 --- a/src/admin/destroy/Imakefile +++ b/src/admin/destroy/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>. +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile index 6faa028ed..f022d673a 100644 --- a/src/admin/edit/Imakefile +++ b/src/admin/edit/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>. +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(SSLIB) OBJS= kdb5_edit.o kdb5_ed_ct.o diff --git a/src/admin/stash/Imakefile b/src/admin/stash/Imakefile index 90f1aab12..6062cb268 100644 --- a/src/admin/stash/Imakefile +++ b/src/admin/stash/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>. +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) |
