summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2001-08-18 16:31:53 +0000
committerjason <jason@openbsd.org>2001-08-18 16:31:53 +0000
commitbdeda6ab185335e254c81ddea531f03437003725 (patch)
tree22c92bfcfe940e035f2044be14ba3cfb86149e72
parentoops (diff)
downloadwireguard-openbsd-bdeda6ab185335e254c81ddea531f03437003725.tar.xz
wireguard-openbsd-bdeda6ab185335e254c81ddea531f03437003725.zip
ofwboot.net compiles/links, too
-rw-r--r--sys/arch/sparc64/stand/Makefile4
-rw-r--r--sys/arch/sparc64/stand/ofwboot.net/Makefile7
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/Makefile b/sys/arch/sparc64/stand/Makefile
index df8f0340da6..bdc2ae060d3 100644
--- a/sys/arch/sparc64/stand/Makefile
+++ b/sys/arch/sparc64/stand/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2001/08/18 16:26:37 jason Exp $
+# $OpenBSD: Makefile,v 1.3 2001/08/18 16:31:53 jason Exp $
.if ${MACHINE} == "sparc64"
-SUBDIR= bootblk libsa libkern libz ofwboot
+SUBDIR= bootblk libsa libkern libz ofwboot ofwboot.net
.endif
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