mkfile 441 B

12345678910111213141516171819202122232425262728293031
  1. </$objtype/mkfile
  2. LIB=/$objtype/lib/libauth.a
  3. OFILES=\
  4. amount.$O\
  5. amount_getkey.$O\
  6. attr.$O\
  7. auth_attr.$O\
  8. auth_challenge.$O\
  9. auth_chuid.$O\
  10. auth_getkey.$O\
  11. auth_getuserpasswd.$O\
  12. auth_proxy.$O\
  13. auth_respond.$O\
  14. auth_rpc.$O\
  15. auth_userpasswd.$O\
  16. login.$O\
  17. newns.$O\
  18. noworld.$O\
  19. HFILES=\
  20. /sys/include/auth.h\
  21. authlocal.h\
  22. UPDATE=\
  23. mkfile\
  24. $HFILES\
  25. ${OFILES:%.$O=%.c}\
  26. ${LIB:/$objtype/%=/386/%}\
  27. </sys/src/cmd/mksyslib