summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-07-13 21:18:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-07-13 21:18:27 +0000
commit64a4c0c72b8aa4abee2c8ff933339e85faf63899 (patch)
treeb7b10db6332edd5a4c4bbc05a99bdd324f6ef8c0 /sys
parentcb7822ca56ff516a0ffba36a4e1b1e1a80e69a7e (diff)
#$%#@$# CONSPEED
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/stand/cdboot/Makefile3
-rw-r--r--sys/arch/hppa64/stand/cdboot/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/cdboot/Makefile b/sys/arch/hppa/stand/cdboot/Makefile
index aa35b7118b7..e0408b0a2c5 100644
--- a/sys/arch/hppa/stand/cdboot/Makefile
+++ b/sys/arch/hppa/stand/cdboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2013/10/15 22:49:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2014/07/13 21:18:26 miod Exp $
NOMAN= no man
S =${.CURDIR}/../../../..
@@ -15,6 +15,7 @@ SRCS= srt0.S cdboot.c
.PATH: ${.CURDIR}/../libsa
SRCS+= pdc.c itecons.c dev_hppa.c dk.c elf32.c elf64.c
+CPPFLAGS+=-DCONSPEED=9600
.PATH: ${S}/lib/libkern/arch/hppa ${S}/lib/libkern
SRCS+= milli.S strlen.c strlcpy.c
diff --git a/sys/arch/hppa64/stand/cdboot/Makefile b/sys/arch/hppa64/stand/cdboot/Makefile
index c9be9681970..68704cde9b2 100644
--- a/sys/arch/hppa64/stand/cdboot/Makefile
+++ b/sys/arch/hppa64/stand/cdboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2013/10/15 22:49:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2014/07/13 21:18:26 miod Exp $
NOMAN= no man
S =${.CURDIR}/../../../..
@@ -15,6 +15,7 @@ SRCS= srt0.S cdboot.c
.PATH: ${.CURDIR}/../libsa
SRCS+= pdc.c itecons.c dev_hppa64.c dk.c
+CPPFLAGS+=-DCONSPEED=9600
.PATH: ${S}/lib/libkern/arch/hppa ${S}/lib/libkern
SRCS+= milli.S strlen.c strlcpy.c