*** empty log message ***
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 10:36:18 +0000 (10:36 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 10:36:18 +0000 (10:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1341 dc483132-0cff-0310-8789-dd5450dbe970

src/include/Imakefile [new file with mode: 0644]
src/include/krb5/Imakefile [new file with mode: 0644]

diff --git a/src/include/Imakefile b/src/include/Imakefile
new file mode 100644 (file)
index 0000000..7e72a32
--- /dev/null
@@ -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 (file)
index 0000000..7944ca1
--- /dev/null
@@ -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)