diff options
author | 2014-11-26 08:15:41 +0000 | |
---|---|---|
committer | 2014-11-26 08:15:41 +0000 | |
commit | 75e9ce6d44356a92124c6e0392bc6735fbc8ffc1 (patch) | |
tree | c9be485a6ae1b42ec2ce6d0f9cd19a15ab0ed18e | |
parent | Add a separate ofwboot build for the sparc64 floppies. (diff) | |
download | wireguard-openbsd-75e9ce6d44356a92124c6e0392bc6735fbc8ffc1.tar.xz wireguard-openbsd-75e9ce6d44356a92124c6e0392bc6735fbc8ffc1.zip |
Hook ofwbootfd to the build.
-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 |