blob: 0208c2dc1a3ece25e245929f097dbef2ebe69380 (
plain)
1
2
3
4
5
6
|
# 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
|