summaryrefslogtreecommitdiff
path: root/h/zephyr/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'h/zephyr/Imakefile')
-rw-r--r--h/zephyr/Imakefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/h/zephyr/Imakefile b/h/zephyr/Imakefile
deleted file mode 100644
index cfe36e4..0000000
--- a/h/zephyr/Imakefile
+++ /dev/null
@@ -1,34 +0,0 @@
-/**/# Copyright 1988,1991 Massachusetts Institute of Technology.
-/**/#
-/**/# For copying and distribution information, see the file
-/**/# "mit-copyright.h".
-/**/#
-/**/# $Source$
-/**/# $Author$
-/**/# $Zephyr: /mit/zephyr/src/include/zephyr/RCS/Imakefile,v 1.4 91/03/21 12:16:56 raeburn Exp $
-/**/#
-
-HDRS= acl.h mit-copyright.h zephyr.h zephyr_conf.h zephyr_internal.h zsyslog.h
-CODE= ${HDRS} Imakefile
-
-all depend:: zephyr_paths.h
-
-clean::
- $(RM) zephyr_paths.h
-
-#ifdef KERBEROS
-HaveKerberos=yes
-#endif
-#ifdef HESIOD
-HaveHesiod=yes
-#endif
-
-#define export_as(var,name) name=$(var) ; export name
-#define export_var(var) export_as(var,var)
-
-zephyr_paths.h: Makefile
- export_as(ZLIBDIR,LIBDIR) ; \
- export_as(ATHBINDIR,CLIENTDIR) ; \
- export_var(HaveKerberos) ; \
- export_var(HaveHesiod) ; \
- $(PTOP)/tools/makepaths > zephyr_paths.h