summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-08-18 16:31:54 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-08-18 16:31:54 +0000
commit57c58f989cf6e38ddac5d327a71e81f25e536206 (patch)
treea1692615ad4679a9296efd35c8dc3c0c4ccb856f
parentaecc74cdc2d5436e14d157be0de75422d8838c10 (diff)
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