]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.sunos4
Get the repository a bit closer to what will be released
[ppp.git] / pppd / Makefile.sunos4
index 714cb4d86c1efaea19ac19407230fcda3e6a836f..df6f6477dc7352475c11c2dc9adda1a2b58a2b87 100644 (file)
@@ -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.14 2003/11/27 21:25:25 paulus Exp $
 #
 
 include ../sunos4/Makedefs
@@ -12,8 +12,8 @@ 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 \
-       auth.o options.o demand.o utils.o sys-sunos4.o tty.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)
        $(CC) -o pppd $(OBJS) $(LIBS)