From ca750404cad258c516f4fda02fe62a5656b39a71 Mon Sep 17 00:00:00 2001 From: jtkohl Date: Fri, 18 Mar 1988 15:46:56 +0000 Subject: [PATCH] add RCS headers; move SRCTOP to config.Imakefile; add GLOBAL_CDEFS --- util/imake.includes/Imake.tmpl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util/imake.includes/Imake.tmpl b/util/imake.includes/Imake.tmpl index 138c7e58..5c29c795 100644 --- a/util/imake.includes/Imake.tmpl +++ b/util/imake.includes/Imake.tmpl @@ -3,8 +3,11 @@ /**/# or you may lose your changes when imake generates makefiles again. /**/# Ignore this message if you are not using imake. /**/# +/**/# $Source$ +/**/# $Author$ +/**/# $Header$ +/**/# -SRCTOP=/mit/kerberos/src #ifndef NEW_TOP NEWTOP=. BUILDTOP=. @@ -21,7 +24,7 @@ DES_LIB=$(BUILDTOP)/lib/des/libdes.a KDB_LIB=$(BUILDTOP)/lib/kdb/libkdb.a INCLUDE= -I$(BUILDTOP)/include -CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) +CFLAGS=$(DBG) $(INCLUDE) $(DEFINES) $(GLOBAL_CDEFS) #include "config.Imakefile" -- 2.45.1