From: Paul Mackerras Date: Mon, 11 Dec 1995 05:02:57 +0000 (+0000) Subject: define AIX4 symbol X-Git-Tag: RELEASE_2_3_6~584 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=b4be00b380f87488cf898882e0551ba535146194 define AIX4 symbol --- diff --git a/aix4/Makefile b/aix4/Makefile index 57d29cb..8632d27 100644 --- a/aix4/Makefile +++ b/aix4/Makefile @@ -2,7 +2,7 @@ # Makefile for AIX 4.1 # # -# $Id: Makefile,v 1.3 1995/06/01 06:18:11 paulus Exp $ +# $Id: Makefile,v 1.4 1995/12/11 05:02:57 paulus Exp $ # #ifndef DRIVERS DRIVERS=/usr/lib/drivers @@ -10,7 +10,7 @@ DRIVERS=/usr/lib/drivers CC=xlc IFLAGS = -I.. -DFLAGS = -D_KERNEL -DINET -DPPP_VD -DNUM_PPP=5 -DDEBUGS -DPPP_STATS -DVJC -D__aix4__ +DFLAGS = -D_KERNEL -DINET -DPPP_VD -DNUM_PPP=5 -DDEBUGS -DPPP_STATS -DVJC -D__aix4__ -DAIX4 CFLAGS = $(DFLAGS) $(IFLAGS) KIMP = -bI:/lib/pse.exp -bI:/lib/kernex.exp -bI:/lib/syscalls.exp