From 14db5bd5ba3be38517bfab440fba2e1a8361c407 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 28 May 1996 00:50:24 +0000 Subject: [PATCH 1/1] update cpp defines --- sunos4/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sunos4/Makefile b/sunos4/Makefile index 1740af7..ea6b0bc 100644 --- a/sunos4/Makefile +++ b/sunos4/Makefile @@ -1,7 +1,7 @@ # # Makefile for STREAMS modules for SunOS 4. # -# $Id: Makefile,v 1.2 1996/04/04 04:15:14 paulus Exp $ +# $Id: Makefile,v 1.3 1996/05/28 00:50:24 paulus Exp $ # ARCH:sh = /bin/arch -k @@ -11,7 +11,8 @@ BINDIR = /usr/local/etc INSTALL = install -o root -g daemon # Defining __$(ARCH)__ is for gcc's broken version of sun/vddrv.h. -CFLAGS= -DKERNEL -I.. -O -DSUNOS4 -D$(ARCH) -D__$(ARCH)__ -DDEBUG -DNO_DLPI +DEFINES= -DKERNEL -D_KERNEL -DSUNOS4 -D$(ARCH) -D__$(ARCH)__ -DDEBUG -DNO_DLPI +CFLAGS= $(DEFINES) -I.. -O MODULES= ppp_mod.o ppp_ahdl_mod.o ppp_comp_mod.o if_ppp_mod.o -- 2.39.2