X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.sunos4;h=df6f6477dc7352475c11c2dc9adda1a2b58a2b87;hp=7bd5c3ad5c3b51b5e238e18158855037d1b71cd6;hb=7292aba5fee34d251b7caa488e02db1c48e75b2d;hpb=d741a3b912f17d84dc8dc87474e0b989c775de50 diff --git a/pppd/Makefile.sunos4 b/pppd/Makefile.sunos4 index 7bd5c3a..df6f647 100644 --- a/pppd/Makefile.sunos4 +++ b/pppd/Makefile.sunos4 @@ -1,6 +1,6 @@ # # Makefile for pppd under SunOS 4. -# $Id: Makefile.sunos4,v 1.13 2002/11/02 19:48:12 carlsonj Exp $ +# $Id: Makefile.sunos4,v 1.14 2003/11/27 21:25:25 paulus 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 ecp.o \ +OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o ecp.o \ auth.o options.o demand.o utils.o sys-sunos4.o tty.o eap.o pppd: $(OBJS)