Ensure libsa and libkern get compiled with -Dhp300
authordownsj <downsj@openbsd.org>
Sat, 18 Jan 1997 03:18:18 +0000 (03:18 +0000)
committerdownsj <downsj@openbsd.org>
Sat, 18 Jan 1997 03:18:18 +0000 (03:18 +0000)
sys/arch/hp300/stand/libkern/Makefile
sys/arch/hp300/stand/libsa/Makefile

index 7ce3d08..dea3881 100644 (file)
@@ -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
 
index 848198d..840aeba 100644 (file)
@@ -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