X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=aix4%2FMakefile;h=8632d27108ca90bb3792ae76d512a64dd45feeb5;hp=57d29cb55610e2112145d39192e270b98abfc738;hb=1707ae587c89bb038a218d64880dd8ba1bac67bc;hpb=582900da7f716dac246e19278e6087bb889baf24;ds=sidebyside 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