mkfile 455 B

1234567891011121314151617181920212223242526272829303132
  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. auth_wep.$O\
  17. login.$O\
  18. newns.$O\
  19. noworld.$O\
  20. HFILES=\
  21. /sys/include/auth.h\
  22. authlocal.h\
  23. UPDATE=\
  24. mkfile\
  25. $HFILES\
  26. ${OFILES:%.$O=%.c}\
  27. ${LIB:/$objtype/%=/386/%}\
  28. </sys/src/cmd/mksyslib