mkfile.proto 265 B

123456789101112131415161718
  1. #
  2. # common mkfile parameters shared by all architectures
  3. #
  4. OS=578qv
  5. CPUS=arm alpha 386 power mips
  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=