7 lines
199 B
Plaintext
Executable File
7 lines
199 B
Plaintext
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
|