summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1995-12-11 05:02:57 +0000
committerPaul Mackerras <paulus@samba.org>1995-12-11 05:02:57 +0000
commitb4be00b380f87488cf898882e0551ba535146194 (patch)
tree03c8d94fbb6e6cb656cbdfcc1d40b55600b34647
parent61104a18d85e0c167fa38c964eab119a0dd5567e (diff)
downloadppp-b4be00b380f87488cf898882e0551ba535146194.tar.gz
define AIX4 symbol
-rw-r--r--aix4/Makefile4
1 files changed, 2 insertions, 2 deletions
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