diff options
Diffstat (limited to 'sys/arch/hppa64/stand/cdboot/Makefile')
-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 |