mkfile 421 B

123456789101112131415161718192021222324252627282930313233
  1. </$objtype/mkfile
  2. LIB=/$objtype/lib/libhttpd.a
  3. OFILES=\
  4. alloc.$O\
  5. checkcontent.$O\
  6. date.$O\
  7. fail.$O\
  8. gethead.$O\
  9. hio.$O\
  10. httpfmt.$O\
  11. httpunesc.$O\
  12. lower.$O\
  13. okheaders.$O\
  14. parse.$O\
  15. parsereq.$O\
  16. query.$O\
  17. redirected.$O\
  18. unallowed.$O\
  19. urlfmt.$O\
  20. urlunesc.$O\
  21. HFILES=\
  22. /sys/include/httpd.h\
  23. escape.h\
  24. UPDATE=\
  25. mkfile\
  26. $HFILES\
  27. ${OFILES:%.$O=%.c}\
  28. ${LIB:/$objtype/%=/386/%}\
  29. </sys/src/cmd/mksyslib