# mips
# if you prefer to use cc or no gcc

# $Log: mips,v $
# Revision 1.1.1.1  2004/02/12 02:54:09  nakano
#
# 1st step [ Add by Nak ] 
#
# Revision 1.1  1995/06/03  09:27:19  mike
# initial checkin
#

############

CC=cc

CFLAGS='-O -Olimit 700 -systype bsd43' 

# where to put the binary
BINDIR=/usr/local/bin

# where to put the man pages and man page extension
MANDIR=/usr/local/man/man1
MANEXT=1
