summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-08-16 12:01:17 +0000
committerbrian <brian@FreeBSD.org>2000-08-16 12:01:17 +0000
commitf03fa7361a140ebdac73e27f74b139d0a3d95bf5 (patch)
treeb194049e8afaf4c449151d0359f7f5e4f11977e9 /usr.sbin/pppctl/Makefile
parent0a28a3436ddef5b200270a23d8de395cef74d655 (diff)
downloadFreeBSD-src-f03fa7361a140ebdac73e27f74b139d0a3d95bf5.zip
FreeBSD-src-f03fa7361a140ebdac73e27f74b139d0a3d95bf5.tar.gz
If the -p option is used, use setproctitle() to hide it's argument
(a password) asap.
Diffstat (limited to 'usr.sbin/pppctl/Makefile')
-rw-r--r--usr.sbin/pppctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index 718d2f76..c20adad 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -3,8 +3,8 @@
PROG= pppctl
SRCS= pppctl.c
CFLAGS+=-Wall
-LDADD+= -ledit -ltermcap
-DPADD+= ${LIBEDIT} ${LIBTERMCAP}
+LDADD+= -ledit -ltermcap -lutil
+DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
MAN8= pppctl.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud