13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
# Host configuration file for an NCR 3000 (i486/SVR43) system.
|
|
|
|
# The MetaWare compiler will generate a copyright message unless you
|
|
# turn it off.
|
|
CFLAGS = -g -Hnocopyr
|
|
|
|
# Define SYSV as -DSYSV if you are using a System V operating system.
|
|
SYSV = -DSYSV -DSVR4
|
|
RANLIB = true
|
|
|
|
# The l flag generates a warning from the SVR4 archiver, remove it.
|
|
AR_FLAGS = cq
|