xref: /plan9/sys/src/mkfile.proto (revision e4d8d697ee7bfe529bca4ff24450a8dcf4302c0a)
1#
2# common mkfile parameters shared by all architectures
3#
4
5OS=58qv
6CPUS=arm 386 power mips
7CFLAGS=-FTVw
8LEX=lex
9YACC=yacc
10MK=/bin/mk
11
12# recursive mk will have these set from the parent
13# this is never what we want.  clear them
14
15TARG=
16OFILES=
17HFILES=
18YFILES=
19