X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.ultrix;h=9e2b1a64f64b05de9313bbe532e21a5d89515a5e;hp=27db4a438fcc64c1e19aaf8e84b21a52405a8771;hb=2dc6b270ecf72688083f03d80df67d0682e1e02c;hpb=8cecdbad7915efcdee99283346b882e71931ac0b diff --git a/pppd/Makefile.ultrix b/pppd/Makefile.ultrix index 27db4a4..9e2b1a6 100644 --- a/pppd/Makefile.ultrix +++ b/pppd/Makefile.ultrix @@ -1,6 +1,6 @@ # # pppd makefile for Ultrix -# $Id: Makefile.ultrix,v 1.8 1996/07/01 01:05:54 paulus Exp $ +# $Id: Makefile.ultrix,v 1.10 1998/03/25 01:27:09 paulus Exp $ # BINDIR = /usr/local/etc @@ -14,11 +14,11 @@ PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \ # CC = gcc DEBUG_FLAGS = -COMPILE_FLAGS = -DNO_DRAND48 -DGIDSET_TYPE=int -DPRIMITIVE_SYSLOG +COMPILE_FLAGS = -DNO_DRAND48 -DGIDSET_TYPE=int -DULTRIX COPTS = -O LIBS = -CFLAGS = -I.. $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS) +CFLAGS = -I../include $(COPTS) $(DEBUG_FLAGS) $(COMPILE_FLAGS) all: pppd