summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-27 19:11:43 +0000
committerbrian <brian@FreeBSD.org>1997-09-27 19:11:43 +0000
commiteba31c606658833edb4a1449fc8f468a18ccd422 (patch)
tree4fd1995ad719e251fe777dfade3f6b06b99c6c0c /usr.sbin/ppp/Makefile
parent09662851527f6d3ed013037c8742fe9c7178c0c6 (diff)
downloadFreeBSD-src-eba31c606658833edb4a1449fc8f468a18ccd422.zip
FreeBSD-src-eba31c606658833edb4a1449fc8f468a18ccd422.tar.gz
Don't login twice when using passwdauth
Suggested by: Peter Childs <pjchilds@imforei.apana.org.au> Merge the whole module into a few lines in pap.c
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 3f95b50..977447f 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.24 1997/09/04 00:38:17 brian Exp $
+# $Id: Makefile,v 1.25 1997/09/25 00:52:31 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 passwdauth.c pred.c route.c \
- server.c sig.c slcompress.c systems.c timer.c vars.c vjcomp.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
LDADD+= -lmd -lcrypt -lutil
DPADD+= ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
OpenPOWER on IntegriCloud