summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-06 07:05:08 +0000
committerbde <bde@FreeBSD.org>1997-01-06 07:05:08 +0000
commitce4119983db52a95ced52c8b5bb464e287ca097f (patch)
tree5ffaad20d81861d5c5aebdfb0d98d98759dff4e7
parent3b0e03bad37be8a13801e3b736e271e85c99da5b (diff)
downloadFreeBSD-src-ce4119983db52a95ced52c8b5bb464e287ca097f.zip
FreeBSD-src-ce4119983db52a95ced52c8b5bb464e287ca097f.tar.gz
Updated DPADD to match LDADD.
-rw-r--r--usr.sbin/ppp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 47997a8..efa405c 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1996/10/18 03:47:51 jkh Exp $
+# $Id: Makefile,v 1.10 1996/12/12 14:39:16 jkh Exp $
PROG= ppp
SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
@@ -9,7 +9,7 @@ SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
#CFLAGS+= -DHAVE_SHELL_CMD_WITH_ANY_MODE
CFLAGS += -Wall -DUSE_PERROR -DMSEXT -DPASSWDAUTH
LDADD += -lmd -lcrypt -lutil
-DPADD += ${LIBMD}
+DPADD += ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
MAN8= ppp.8
BINMODE=4555
BINOWN= root
OpenPOWER on IntegriCloud