$OpenBSD: patch-contrib_asdf_Makefile,v 1.1 2013/12/10 17:37:54 joshe Exp $
--- contrib/asdf/Makefile.orig	Sat Nov 30 06:28:17 2013
+++ contrib/asdf/Makefile	Sun Dec  8 18:46:33 2013
@@ -1,6 +1,8 @@
 DEST=$(SBCL_PWD)/obj/sbcl-home/contrib/
 FASL=$(DEST)/asdf.fasl
 
+all:: fasl
+
 fasl:: $(FASL)
 $(FASL):: asdf.lisp ../../output/sbcl.core
 	if [ -d asdf-upstream ] ; then rm -rf asdf-upstream ; fi
