summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 65c781b..49b24e9 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.26 1997/09/27 19:11:39 brian Exp $
+# $Id: Makefile,v 1.27 1997/09/28 20:17:59 brian Exp $
PROG= ppp
SRCS= alias_cmd.c arp.c async.c auth.c ccp.c chap.c chat.c command.c \
- filter.c fsm.c hdlc.c ip.c ipcp.c lcp.c loadalias.c log.c lqr.c \
- main.c mbuf.c modem.c os.c pap.c pred.c route.c server.c sig.c \
- slcompress.c systems.c timer.c vars.c vjcomp.c
-CFLAGS+=-Wall
+ defs.c filter.c fsm.c hdlc.c ip.c ipcp.c lcp.c loadalias.c log.c \
+ lqr.c main.c mbuf.c modem.c os.c pap.c phase.c pred.c route.c \
+ server.c sig.c slcompress.c systems.c timer.c vars.c vjcomp.c
+CFLAGS+=-Wall -Wmissing-prototypes
LDADD+= -lmd -lcrypt -lutil
DPADD+= ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
MAN8= ppp.8
OpenPOWER on IntegriCloud