diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 21:18:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-07-13 21:18:27 +0000 |
commit | 64a4c0c72b8aa4abee2c8ff933339e85faf63899 (patch) | |
tree | b7b10db6332edd5a4c4bbc05a99bdd324f6ef8c0 /sys/arch/hppa64 | |
parent | cb7822ca56ff516a0ffba36a4e1b1e1a80e69a7e (diff) |
#$%#@$# CONSPEED
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/stand/cdboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |