diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-26 08:14:30 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-11-26 08:14:30 +0000 |
commit | 08aa936e4616e1fd7771c767a69205cec47148bd (patch) | |
tree | bc98afc20a61eca76195bcbebd016573e4ebe679 /sys/arch | |
parent | 5d65e8b264537dd1b4c492e4edaef8fd3b9f8862 (diff) |
Add a separate ofwboot build for the sparc64 floppies.
Diffstat (limited to 'sys/arch')
-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 |