summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-01-30 20:04:34 +0000
committerphk <phk@FreeBSD.org>1996-01-30 20:04:34 +0000
commit62d807ed9dfe8c9430d2db3afa124efed328d1b0 (patch)
tree04717b08fcf28642e80f61fe3097f1a5f0a6c0f8 /usr.sbin/ppp/Makefile
parent212c3eba091c449ada760e94396c1d08a828ea7f (diff)
downloadFreeBSD-src-62d807ed9dfe8c9430d2db3afa124efed328d1b0.zip
FreeBSD-src-62d807ed9dfe8c9430d2db3afa124efed328d1b0.tar.gz
Use libmd's MD5.
inline hdlc checksum calculation. make big tables const.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 2537af1..07c2af6 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,12 +1,14 @@
-# $Id: Makefile,v 1.3 1995/09/02 17:20:48 amurai Exp $
+# $Id: Makefile,v 1.4 1996/01/11 17:48:33 phk Exp $
PROG= ppp
SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
- ip.c ipcp.c lcp.c lqr.c log.c main.c mbuf.c md5c.c modem.c os.c \
+ ip.c ipcp.c lcp.c lqr.c log.c main.c mbuf.c modem.c os.c \
pap.c pred.c route.c slcompress.c timer.c systems.c uucplock.c vars.c \
vjcomp.c arp.c
#CFLAGS+= -DHAVE_SHELL_CMD_WITH_ANY_MODE
CFLAGS += -Wall
+LDADD += -lmd
+DPADD += ${LIBMD}
MAN8= ppp.8
BINMODE=4555
BINOWN= root
OpenPOWER on IntegriCloud