Git init
[external/mawk.git] / config-user / ultrix-mips
1 # ultrix4.2 mips
2 # prefer to use cc or no gcc
3
4 # $Log: ultrix-mips,v $
5 # Revision 1.1  1994/12/14  00:11:06  mike
6 # initial ci
7 #
8
9 ############
10
11 CC=cc
12
13 CFLAGS='-O -Olimit 700'
14
15 # where to put the binary
16 BINDIR=/usr/local/bin
17
18 # where to put the man pages and man page extension
19 MANDIR=/usr/local/man/man1
20 MANEXT=1
21