aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/mh-hpux4
-rw-r--r--config/mh-solaris12
2 files changed, 16 insertions, 0 deletions
diff --git a/config/mh-hpux b/config/mh-hpux
index b10d7ed..183fbc3 100644
--- a/config/mh-hpux
+++ b/config/mh-hpux
@@ -2,3 +2,7 @@
SYSV = -DSYSV
RANLIB = true
INSTALL = cp
+
+# X11
+X11_INCLUDE_FLAGS = -I/usr/include/X11R4
+X11_LIB_FLAGS = -L/usr/lib/X11R4
diff --git a/config/mh-solaris b/config/mh-solaris
new file mode 100644
index 0000000..1cb21c7
--- /dev/null
+++ b/config/mh-solaris
@@ -0,0 +1,12 @@
+# Makefile changes for Suns running Solaris 2
+
+SYSV = -DSYSV
+RANLIB = true
+INSTALL = cp
+CFLAGS = -g
+
+# if you're using Sun's C compiler, add -xs to the CFLAGS line
+
+# X11
+X11_INCLUDE_FLAGS = -I/usr/openwin/include
+X11_LIB_FLAGS = -L/usr/openwin/lib