summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand/ofwboot
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-22 10:33:02 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-22 10:33:02 +0000
commit479c912c115596b95d20d45fd357b24487fe86e6 (patch)
treed0b6b970abb0b695eaea20c7e34ebd121b814feb /sys/arch/sparc64/stand/ofwboot
parentf2ea5fc68fced38b0a450b02ef17ca323c27f311 (diff)
NOMAN
Diffstat (limited to 'sys/arch/sparc64/stand/ofwboot')
-rw-r--r--sys/arch/sparc64/stand/ofwboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/Makefile b/sys/arch/sparc64/stand/ofwboot/Makefile
index c7f67d1b98e..5eb58bd566f 100644
--- a/sys/arch/sparc64/stand/ofwboot/Makefile
+++ b/sys/arch/sparc64/stand/ofwboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2001/08/22 10:27:26 art Exp $
+# $OpenBSD: Makefile,v 1.4 2001/08/22 10:33:01 art Exp $
# $NetBSD: Makefile,v 1.2 2001/03/04 14:50:05 mrg Exp $
CURDIR= ${.CURDIR}
@@ -11,6 +11,7 @@ S= ${CURDIR}/../../../..
WARNS= 0
PROG?= ofwboot
+NOMAN= ja, man!
SRCS= srt0.s Locore.c boot.c ofdev.c alloc.c net.c netif_of.c vers.c
.PATH: ${S}/arch/sparc64/sparc64