diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-29 10:36:18 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-29 10:36:18 +0000 |
| commit | 2722c91d3f7547ead20e959c7d078c7f7689bf6b (patch) | |
| tree | b6e3beef28ffbc408a36bfa4208e4b2b5a91280a /src/include | |
| parent | 3dc2571cc7e404980134bb81f5b809eb7de7c076 (diff) | |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1341 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/Imakefile | 14 | ||||
| -rw-r--r-- | src/include/krb5/Imakefile | 13 |
2 files changed, 27 insertions, 0 deletions
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 +# <krb5/copyright.h>. +# +#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 +# <krb5/copyright.h>. +# +all:: config.h osconfig.h + +ProcessStockHeader(stock/config.h,config.h) +ProcessStockHeader(stock/osconfig.h,osconfig.h) |
