diff options
Diffstat (limited to 'config/mh-sysv4')
-rw-r--r-- | config/mh-sysv4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/mh-sysv4 b/config/mh-sysv4 new file mode 100644 index 0000000..a98b926 --- /dev/null +++ b/config/mh-sysv4 @@ -0,0 +1,7 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV -DSVR4 +RANLIB = echo >/dev/null +INSTALL = /usr/ucb/install -c + +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cq |