From c67b1842bead079d246461621a113e1509c37732 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 4 Oct 1991 06:48:59 +0000 Subject: [PATCH] Initial revision --- config/mh-svr4 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 config/mh-svr4 diff --git a/config/mh-svr4 b/config/mh-svr4 new file mode 100755 index 0000000..0208c2d --- /dev/null +++ b/config/mh-svr4 @@ -0,0 +1,6 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV -DSVR4 +RANLIB = echo >/dev/null + +# The l flag generates a warning from the SVR4 archiver, remove it. +AR_FLAGS = cq -- 2.7.4