diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-18 03:18:20 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-18 03:18:20 +0000 |
commit | 8006bf5974e2efb6b799c73c01b3b6a7478d22b8 (patch) | |
tree | e0543dc9037e4683ab087f2b119698e36ee87923 /sys/arch/hp300 | |
parent | 7b625a633821cf8105ca50f88f61d911a7ab8721 (diff) |
Ensure libsa and libkern get compiled with -Dhp300
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/stand/libkern/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/hp300/stand/libsa/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 |