xref: /plan9-contrib/sys/src/mkfile.proto (revision 1936bb650459bace06c38a45b60888b47e5cd459)
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