diff options
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) |
