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