diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-26 08:15:42 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-26 08:15:42 +0000 |
commit | 257c90225a81ea98cb8f297aed278cb1ac7898d3 (patch) | |
tree | 41eefc1fe99d02bc2679aa879169b488f1b6ff6a /sys/arch | |
parent | 08aa936e4616e1fd7771c767a69205cec47148bd (diff) |
Hook ofwbootfd to the build.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/Makefile b/sys/arch/sparc64/stand/Makefile index 0ee171da59b..f2ff3cad4a8 100644 --- a/sys/arch/sparc64/stand/Makefile +++ b/sys/arch/sparc64/stand/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2014/11/22 15:02:28 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2014/11/26 08:15:41 stsp Exp $ .if ${MACHINE} == "sparc64" -SUBDIR= bootblk libsa libz ofwboot ofwboot.net +SUBDIR= bootblk libsa libz ofwboot ofwboot.net ofwbootfd .endif |