summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/libsa
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-01-18 03:18:20 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-01-18 03:18:20 +0000
commit8006bf5974e2efb6b799c73c01b3b6a7478d22b8 (patch)
treee0543dc9037e4683ab087f2b119698e36ee87923 /sys/arch/hp300/stand/libsa
parent7b625a633821cf8105ca50f88f61d911a7ab8721 (diff)
Ensure libsa and libkern get compiled with -Dhp300
Diffstat (limited to 'sys/arch/hp300/stand/libsa')
-rw-r--r--sys/arch/hp300/stand/libsa/Makefile4
1 files changed, 2 insertions, 2 deletions
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