diff options
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot.net/Makefile')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot.net/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot.net/Makefile b/sys/arch/sparc64/stand/ofwboot.net/Makefile new file mode 100644 index 00000000000..d2199beee95 --- /dev/null +++ b/sys/arch/sparc64/stand/ofwboot.net/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2001/08/18 16:31:53 jason Exp $ + +CPPFLAGS+= -DNETBOOT +PROG= ofwboot.net +.include "../ofwboot/Makefile" + +.PATH: ${.CURDIR}/../ofwboot |