diff options
-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 |