summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/conf/Makefile.hp300
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-03-26 08:32:48 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-03-26 08:32:48 +0000
commit10dee766076c05a458fafe67067886c5336a9f61 (patch)
treeab01299cb68bd34deec63603bed06a66b1b0069b /sys/arch/hp300/conf/Makefile.hp300
parent5cc2bb141a85c1d606c46ee75560c4a1c835e607 (diff)
Merge changes from NetBSD, up to 3/19/97; undoes some local changes.
Changed to match new arch/m68k code. genassym.cf is currently just a place holder.
Diffstat (limited to 'sys/arch/hp300/conf/Makefile.hp300')
-rw-r--r--sys/arch/hp300/conf/Makefile.hp3004
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300
index c85387065b7..631c7ae9f8b 100644
--- a/sys/arch/hp300/conf/Makefile.hp300
+++ b/sys/arch/hp300/conf/Makefile.hp300
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hp300,v 1.12 1997/02/03 04:47:06 downsj Exp $
+# $OpenBSD: Makefile.hp300,v 1.13 1997/03/26 08:32:38 downsj Exp $
# $NetBSD: Makefile.hp300,v 1.45 1996/12/01 06:12:30 jonathan Exp $
# Makefile for OpenBSD
@@ -34,7 +34,7 @@ HP300= ../..
INCLUDES= -I. -I$S/arch -I$S -nostdinc
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
- -Dmc68020 -Dhp300 -DFPCOPROC
+ -Dmc68020 -Dhp300
CWARNFLAGS= -Werror
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE