mkfile.proto 269 B

12345678910111213141516171819
  1. #
  2. # common mkfile parameters shared by all architectures
  3. #
  4. OS=v4586xq7
  5. CPUS=mips 386 power alpha arm
  6. CFLAGS=-FVw
  7. LEX=lex
  8. YACC=yacc
  9. MK=/bin/mk
  10. # recursive mk will have these set from the parent
  11. # this is never what we want. clear them
  12. TARG=
  13. OFILES=
  14. HFILES=
  15. YFILES=