diff options
Diffstat (limited to 'config/mh-hp300')
-rw-r--r-- | config/mh-hp300 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mh-hp300 b/config/mh-hp300 new file mode 100644 index 0000000..58fe339 --- /dev/null +++ b/config/mh-hp300 @@ -0,0 +1,8 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV +RANLIB = true +CFLAGS = + +# X11 +X11_INCLUDE_FLAGS = -I/usr/include/X11R4 +X11_LIB_FLAGS = -L/usr/lib/X11R4 |