6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
|
# Define SYSV as -DSYSV if you are using a System V operating system.
|
||
|
SYSV = -DSYSV
|
||
|
# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
|
||
|
# If it's HP/UX ar, this should be harmless.
|
||
|
RANLIB = ar ts
|