xref: /plan9-contrib/sys/src/mkfile.proto (revision ce95e1b3727b9cb1c223ffbed69aff21a8ced255)
1#
2# common mkfile parameters shared by all architectures
3#
4
5OS=568ijqv
6CPUS=arm amd64 386 riscv riscv64 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