blob: 317a748deb03ade6f6c82b4f48db731c2cc40ae9 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: mh-i386aix,v 1.2 1998/02/15 18:49:21 niklas Exp $
# Define SYSV as -DSYSV if you are using a System V operating system.
SYSV = -DSYSV
RANLIB = /bin/true
CC = gcc
MINUS_G = -O
|