From 2722c91d3f7547ead20e959c7d078c7f7689bf6b Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 29 Oct 1990 10:36:18 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1341 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/Imakefile | 14 ++++++++++++++ src/include/krb5/Imakefile | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/include/Imakefile create mode 100644 src/include/krb5/Imakefile diff --git a/src/include/Imakefile b/src/include/Imakefile new file mode 100644 index 000000000..7e72a32b7 --- /dev/null +++ b/src/include/Imakefile @@ -0,0 +1,14 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# +#define IHaveSubdirs + +SUBDIRS=krb5 + +MakeSubdirs($(SUBDIRS)) diff --git a/src/include/krb5/Imakefile b/src/include/krb5/Imakefile new file mode 100644 index 000000000..7944ca1f9 --- /dev/null +++ b/src/include/krb5/Imakefile @@ -0,0 +1,13 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, please see the file +# . +# +all:: config.h osconfig.h + +ProcessStockHeader(stock/config.h,config.h) +ProcessStockHeader(stock/osconfig.h,osconfig.h) -- 2.26.2