File: mips

package info (click to toggle)
mawk 1.3.3-17
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,484 kB
  • ctags: 1,506
  • sloc: ansic: 13,008; yacc: 994; awk: 629; makefile: 113; sh: 107
file content (20 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# mips
# if you prefer to use cc or no gcc

# $Log: mips,v $
# 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