diff options
author | Greg Hudson <ghudson@mit.edu> | 1994-11-11 15:11:21 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1994-11-11 15:11:21 +0000 |
commit | eda18c6646ec4b714f6c4baa2e99847f1efbdd8f (patch) | |
tree | 91ffee2589cbc8dfa694435892bccdaf71c0ca15 /config | |
parent | 43cead82094ba1fc5740177dcc8e36c885767fd6 (diff) |
#ifdef ultrix stuff belongs in site.defs.
Diffstat (limited to 'config')
-rw-r--r-- | config/zephyr.rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/zephyr.rules b/config/zephyr.rules index b20abe4..073af5a 100644 --- a/config/zephyr.rules +++ b/config/zephyr.rules @@ -85,13 +85,6 @@ SimpleProgram(name,$(OBJS) $(ZLIB),libs $(ZLIBS),$(ATHBINDIR)) @@\ create_depend($(SRCS)) -/* - * Other site-specific rules, defines, and overrides. - */ -#ifdef ultrix -#define SYSLOG_COMPAT42 -#endif - #ifdef UseInstalled ATHBINDIR = /mit/zephyr/@sys/bin ATHLIBDIR = /mit/zephyr/@sys/lib |