From: mar Date: Fri, 12 Nov 1993 11:32:58 +0000 (+0000) Subject: add rule for solaris X-Git-Tag: release77~63 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/61c7529e289fd21f07eb1d2ea6f4b0ea9c14451c add rule for solaris --- diff --git a/util/imake/imakemdep.h b/util/imake/imakemdep.h index b936b3d9..89cb100c 100644 --- a/util/imake/imakemdep.h +++ b/util/imake/imakemdep.h @@ -13,6 +13,11 @@ * These will be passed to the compile along with the contents of the * make variable BOOTSTRAPCFLAGS. */ + +#ifdef sparc +#define imake_ccflags "-DSYSV" +#endif + #ifdef hpux #define imake_ccflags "-Wc,-Nd4000,-Ns3000 -DSYSV" #endif