Add -Dsun3

This commit is contained in:
gwr 1997-02-05 17:31:46 +00:00
parent d3fdda40ff
commit 699e513ced
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.6 1995/11/17 23:23:44 gwr Exp $
# $NetBSD: Makefile.inc,v 1.7 1997/02/05 17:31:46 gwr Exp $
.if defined(SA_PROG)
@ -7,7 +7,7 @@
S= ${.CURDIR}/../../../..
RELOC?= 240000
DEFS?= -DSTANDALONE
DEFS?= -Dsun3 -DSTANDALONE
INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
COPTS?= -msoft-float ${DEFS} ${DBG} ${INCL}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1996/06/26 19:32:32 jtc Exp $
# $NetBSD: Makefile,v 1.11 1997/02/05 17:32:28 gwr Exp $
LIB=sa
@ -31,7 +31,7 @@ CLEANFILES+= SRT0.o SRT1.o
# DBG= -DDEBUG -DNETIF_DEBUG -DNFS_DEBUG -DRPC_DEBUG \
# -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG
DEFS= -DSTANDALONE -DCOMPAT_UFS
DEFS= -Dsun3 -DSTANDALONE -DCOMPAT_UFS
INCL= -I${.CURDIR} -I${S}/lib/libsa -I${S}
COPTS= -msoft-float
CFLAGS= -O ${COPTS} ${DEFS} ${DBG} ${INCL}