From 015bc86ce9fd10113a727c99d350679dfab26cc5 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 25 May 1990 08:52:27 +0000 Subject: add RCS and copyright info git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@942 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/Imakefile | 9 +++++++++ src/admin/aname/Imakefile | 9 +++++++++ src/admin/create/Imakefile | 9 +++++++++ src/admin/destroy/Imakefile | 9 +++++++++ src/admin/edit/Imakefile | 9 +++++++++ src/admin/stash/Imakefile | 9 +++++++++ 6 files changed, 54 insertions(+) (limited to 'src/admin') 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 +# . +# #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 +# . +# 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 +# . +# 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 +# . +# 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 +# . +# 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 +# . +# DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) -- cgit