<div dir="ltr"><div><div>Hi,<br><br></div>In the past I have used modules with the pathname keyword in order to specify that a group of files come from a subdirectory.  However, I cannot find how to do this if I use the package inferred system approach. Basically what I would like to achieve is:<br></div><div><br>(asdf:defsystem :myproject<br>  :name ""<br>  :description ""<br>  :version "0.0.1"<br>  :pathname "src"    ;; non-existing keyword<br>  :class :package-inferred-system<br>  :defsystem-depends-on (:asdf-package-system)<br>  :depends-on (:myproject/all))<br><br></div><div>and all.lisp will be loaded from src/all.lisp.  Is that possible somehow?<br><br>Thanks in advance.<br></div><div>David.<br></div></div>