git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Retire historical build files
[users/jgh/exim.git]
/
src
/
OS
/
unsupported
/
Makefile-HI-UX
diff --git a/src/OS/unsupported/Makefile-HI-UX
b/src/OS/unsupported/Makefile-HI-UX
new file mode 100644
(file)
index 0000000..
870ee84
--- /dev/null
+++ b/
src/OS/unsupported/Makefile-HI-UX
@@ -0,0
+1,12
@@
+# Exim: OS-specific make file for HI-UX
+
+CC=cc -Aa -D_HIUX_SOURCE
+HAVE_SETRESUID=YES
+HAVE_SETEUID=NO
+XINCLUDE=-I/usr/include/X11R5
+XLFLAGS=-L/usr/lib/X11R5
+DBMLIB = -lndbm
+NEED_H_ERRNO=1
+RANLIB=@true
+
+# End