summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstsp <stsp@openbsd.org>2014-11-26 08:14:29 +0000
committerstsp <stsp@openbsd.org>2014-11-26 08:14:29 +0000
commita6445c1d6f97fd44d44a10d331e123079c1faf93 (patch)
tree0c8791b23ba324e9068a1d1457ab1ca4751a1814
parentprefer memcmp to bcmp. (diff)
downloadwireguard-openbsd-a6445c1d6f97fd44d44a10d331e123079c1faf93.tar.xz
wireguard-openbsd-a6445c1d6f97fd44d44a10d331e123079c1faf93.zip
Add a separate ofwboot build for the sparc64 floppies.
-rw-r--r--sys/arch/sparc64/stand/ofwbootfd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/sparc64/stand/ofwbootfd/Makefile b/sys/arch/sparc64/stand/ofwbootfd/Makefile
new file mode 100644
index 00000000000..7bed921800a
--- /dev/null
+++ b/sys/arch/sparc64/stand/ofwbootfd/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.1 2014/11/26 08:14:29 stsp Exp $
+
+PROG= ofwbootfd
+.include "../ofwboot/Makefile"
+
+.PATH: ${.CURDIR}/../ofwboot