blob: 277926892dec3d89c742b349538b0da1ec1f01cd (
plain)
1
2
3
4
5
|
# 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
|