diff options
Diffstat (limited to 'config/mh-sysv5')
-rw-r--r-- | config/mh-sysv5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mh-sysv5 b/config/mh-sysv5 new file mode 100644 index 00000000000..1fa38e53cc8 --- /dev/null +++ b/config/mh-sysv5 @@ -0,0 +1,8 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV -DSVR4 -DSVR5 +RANLIB = true + +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cr + +X11_EXTRA_LIBS = -lnsl |