8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
# 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
|