From c579e7ad8eafb93e6ce6d9c4772a585cdad0b2c5 Mon Sep 17 00:00:00 2001 From: mar Date: Fri, 8 Mar 1991 11:06:31 +0000 Subject: [PATCH] Initial revision --- include/Imakefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/Imakefile diff --git a/include/Imakefile b/include/Imakefile new file mode 100644 index 00000000..81a667b9 --- /dev/null +++ b/include/Imakefile @@ -0,0 +1,17 @@ +# $Header$ +# +# Copyright 1990 by the Massachusetts Institute of Technology. +# +# For copying and distribution information, +# please see the file . +# +# Imakefile for include. +# + +CODE=Imakefile dcm.h gdb.h mit-copyright.h mit-sipb-copyright.h \ + moira.h moira_site.h mr_proto.h update.h ureg_proto.h +SRCDIR=$(SRCTOP)/include + +all:: + +depend:: ${CODE} -- 2.45.2