module rpc [system] {
  umbrella "."

  explicit module pmap_clnt {
    header "pmap_clnt.h"
    export *
  }

  explicit module pmap_prot {
    header "pmap_prot.h"
    export *
  }

  explicit module pmap_rmt {
    header "pmap_rmt.h"
    export *
  }

  module * { export * }
}
