]> git.ozlabs.org Git - ppp.git/blobdiff - aix4/Makefile
Forgot to remote *.ln files (made by lint) when doing make clean.
[ppp.git] / aix4 / Makefile
index 57d29cb55610e2112145d39192e270b98abfc738..fbca3e6b4960efb722e920313edeac30d7180eb7 100644 (file)
@@ -2,15 +2,15 @@
 # Makefile for AIX 4.1
 #
 #
-# $Id: Makefile,v 1.3 1995/06/01 06:18:11 paulus Exp $
+# $Id: Makefile,v 1.5 1998/03/25 03:18:06 paulus Exp $
 #
 #ifndef DRIVERS
 DRIVERS=/usr/lib/drivers
 #endif
 
 CC=xlc
-IFLAGS = -I..
-DFLAGS = -D_KERNEL -DINET -DPPP_VD -DNUM_PPP=5 -DDEBUGS -DPPP_STATS -DVJC -D__aix4__
+IFLAGS = -I../include
+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