9nfs.json 486 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "Name": "nfsserver",
  3. "Program": "nfsserver",
  4. "Projects": [
  5. "portmapper.json",
  6. "pcnfsd.json"
  7. ],
  8. "Include": ["../cmd.json"],
  9. "Pre": [
  10. ],
  11. "SourceFiles": [
  12. "9p.c",
  13. "auth.c",
  14. "authhostowner.c",
  15. "nfs.c",
  16. "nfsmount.c",
  17. "nfsserver.c",
  18. "xfile.c",
  19. "chat.c",
  20. "rpc.c",
  21. "string.c",
  22. "strparse.c",
  23. "system.c",
  24. "listalloc.c",
  25. "server.c",
  26. "unixnames.c"
  27. ],
  28. "Post": [
  29. "[ -d $HARVEY/amd64/bin/aux ] || mkdir $HARVEY/amd64/bin/aux",
  30. "mv nfsserver $HARVEY/amd64/bin/aux/"
  31. ]
  32. }