libauthcmd.json 418 B

1234567891011121314151617181920212223242526272829
  1. [
  2. {
  3. "Name": "libauthcmd",
  4. "Cflags": [
  5. "-I../"
  6. ],
  7. "Include": [
  8. "../../../lib.json"
  9. ],
  10. "Install": "/sys/src/cmd/auth/lib/",
  11. "Library": "libauthcmd.a",
  12. "SourceFiles": [
  13. "keyfmt.c",
  14. "netcheck.c",
  15. "okpasswd.c",
  16. "readwrite.c",
  17. "readarg.c",
  18. "readln.c",
  19. "getauthkey.c",
  20. "log.c",
  21. "error.c",
  22. "fs.c",
  23. "rdbio.c",
  24. "querybio.c",
  25. "wrbio.c",
  26. "getexpiration.c"
  27. ]
  28. }
  29. ]