X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.sunos4;h=09276d28bc6ddd5a6f06774fd79bb35aa7d81571;hb=0a5f7f46f597ae4fee342163de31c724096feb12;hp=714cb4d86c1efaea19ac19407230fcda3e6a836f;hpb=8ba35d1fc7ae2ccdfba0d3d3b840bd24169751e3;p=ppp.git diff --git a/pppd/Makefile.sunos4 b/pppd/Makefile.sunos4 index 714cb4d..09276d2 100644 --- a/pppd/Makefile.sunos4 +++ b/pppd/Makefile.sunos4 @@ -1,6 +1,6 @@ # # Makefile for pppd under SunOS 4. -# $Id: Makefile.sunos4,v 1.11 2001/03/08 05:01:03 paulus Exp $ +# $Id: Makefile.sunos4,v 1.12 2002/05/21 17:26:48 dfs Exp $ # include ../sunos4/Makedefs @@ -12,7 +12,7 @@ CFLAGS = $(COPTS) -I../include -DSUNOS4 -DGIDSET_TYPE=int \ all: pppd -OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \ +OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o ecp.o \ auth.o options.o demand.o utils.o sys-sunos4.o tty.o pppd: $(OBJS)