diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 01:18:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-26 01:18:11 +0000 |
commit | 046588a3f5676450b42ab21bbc94009df885357f (patch) | |
tree | 834c1c8ad6f491a6efeba709325342eaa07bc13a /sys/arch/hp300/conf/Makefile.hp300 | |
parent | c90daa1186258d136f2f45d20dbf698b4daee12c (diff) |
update from netbsd tree
Diffstat (limited to 'sys/arch/hp300/conf/Makefile.hp300')
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 3e20caac14f..8e3920cef04 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.hp300,v 1.26 1995/09/19 23:34:06 thorpej Exp $ +# $NetBSD: Makefile.hp300,v 1.26.2.2 1995/10/22 03:41:15 thorpej Exp $ # @(#)Makefile.hp300 8.2 (Berkeley) 1/23/94 # @@ -36,7 +36,7 @@ HP300= ../.. INCLUDES= -I. -I$S/arch -I$S -I$S/sys COPTS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Dhp300 -DFPCOPROC -CFLAGS= -O6 -Werror -fno-builtin ${COPTS} +CFLAGS= -O6 -Werror ${COPTS} ### find out what to use for libkern .include "$S/lib/libkern/Makefile.inc" @@ -138,7 +138,7 @@ assym.s: Makefile assym.s: genassym ./genassym >assym.s -genassym: ${HP300}/hp300/genassym.c +genassym: ${HP300}/hp300/genassym.c Makefile ${CC} ${INCLUDES} ${IDENT} ${PARAM} -Dmc68020 -Dhp300 -o genassym \ ${HP300}/hp300/genassym.c |