$OpenBSD: patch-bootstrap-depends_lisp,v 1.1.1.1 2016/09/08 13:03:36 jca Exp $
--- bootstrap-depends.lisp.orig	Tue Sep  6 17:43:13 2016
+++ bootstrap-depends.lisp	Tue Sep  6 17:43:03 2016
@@ -0,0 +1,3 @@
+(require 'asdf)
+(loop for path in (directory "../*/") do
+       (push path asdf:*central-registry*)) 
