summaryrefslogtreecommitdiff
path: root/pppd/Makefile.ultrix
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/Makefile.ultrix')
-rw-r--r--pppd/Makefile.ultrix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pppd/Makefile.ultrix b/pppd/Makefile.ultrix
index cfd191c..8ffa624 100644
--- a/pppd/Makefile.ultrix
+++ b/pppd/Makefile.ultrix
@@ -1,15 +1,15 @@
#
# pppd makefile for Ultrix
-# $Id: Makefile.ultrix,v 1.11 1999/04/12 06:24:44 paulus Exp $
+# $Id: Makefile.ultrix,v 1.12 2002/05/21 17:26:49 dfs Exp $
#
BINDIR = /usr/local/etc
MANDIR = /usr/local/man
-PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
+PPPDSRCS = main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c ecp.c \
auth.c options.c demand.c utils.c sys-ultrix.c
-PPPDOBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \
+PPPDOBJS = 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-ultrix.o
# CC = gcc