6 lines
199 B
Text
Executable file
6 lines
199 B
Text
Executable file
# 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
|