summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-09-02 02:01:18 +0000
committerbrian <brian@FreeBSD.org>2000-09-02 02:01:18 +0000
commit15ac2ddf3cdb5b9e42fbafe5659042c926913286 (patch)
tree814667298eb930df0000a1fcb3537c4ca02776ea /usr.sbin/pppctl/Makefile
parent5990f9fefcfe77f97b9684f0ce880272e741e949 (diff)
downloadFreeBSD-src-15ac2ddf3cdb5b9e42fbafe5659042c926913286.zip
FreeBSD-src-15ac2ddf3cdb5b9e42fbafe5659042c926913286.tar.gz
libutil is no longer required as setproctitle() has moved to libc
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 c20adad..718d2f76 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 -lutil
-DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
+LDADD+= -ledit -ltermcap
+DPADD+= ${LIBEDIT} ${LIBTERMCAP}
MAN8= pppctl.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud