diff options
author | 2014-11-26 08:14:29 +0000 | |
---|---|---|
committer | 2014-11-26 08:14:29 +0000 | |
commit | a6445c1d6f97fd44d44a10d331e123079c1faf93 (patch) | |
tree | 0c8791b23ba324e9068a1d1457ab1ca4751a1814 | |
parent | prefer memcmp to bcmp. (diff) | |
download | wireguard-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/Makefile | 6 |
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 |