;;; This defines the bus coupler system.

(fs:set-logical-pathname-host 
  "BC"
  :physical-host "Ravel"
  :translations
  '(("bus-coupler;" "<bus-coupler>")))

(defsystem bus-coupler
  (:name "Bus Coupler")
  (:pathname-default "bc:bus-coupler;")
  (:module bc  ("cd" "md" "mbc"))
  (:compile-load bc))


					     