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