From: downsj Date: Sat, 18 Jan 1997 03:18:18 +0000 (+0000) Subject: Ensure libsa and libkern get compiled with -Dhp300 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=21750e2f2dc0b9ebb4de0c332817603b716e8564;p=openbsd Ensure libsa and libkern get compiled with -Dhp300 --- diff --git a/sys/arch/hp300/stand/libkern/Makefile b/sys/arch/hp300/stand/libkern/Makefile index 7ce3d08eeed..dea3881efe7 100644 --- a/sys/arch/hp300/stand/libkern/Makefile +++ b/sys/arch/hp300/stand/libkern/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 1997/01/17 08:33:05 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1997/01/18 03:18:18 downsj Exp $ LIB= kern .PATH: ${.CURDIR}/../../../../lib/libkern .PATH: ${.CURDIR}/.. -CFLAGS+=${DEBUGFLAGS} +CFLAGS+-Dhp300 =${DEBUGFLAGS} CFLAGS+=-I${.CURDIR}/.. CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libkern diff --git a/sys/arch/hp300/stand/libsa/Makefile b/sys/arch/hp300/stand/libsa/Makefile index 848198d2efa..840aeba7566 100644 --- a/sys/arch/hp300/stand/libsa/Makefile +++ b/sys/arch/hp300/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/01/17 08:33:06 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1997/01/18 03:18:19 downsj Exp $ # $NetBSD: Makefile,v 1.5 1996/06/26 17:44:42 thorpej Exp $ LIB= sa @@ -9,7 +9,7 @@ LIB= sa # Don't need these now... # DEBUGFLAGS=-DNETIF_DEBUG -DRPC_DEBUG -DNFS_DEBUG -DRARP_DEBUG -DNET_DEBUG -CFLAGS+=-DSTANDALONE -DCOMPAT_UFS -DNO_LSEEK ${DEBUGFLAGS} +CFLAGS+=-Dhp300 -DSTANDALONE -DCOMPAT_UFS -DNO_LSEEK ${DEBUGFLAGS} CFLAGS+=-I${.CURDIR}/.. CFLAGS+=-I${.CURDIR}/../../../.. -I${.CURDIR}/../../../../lib/libsa