libutil is no longer required as setproctitle() has moved to libc
This commit is contained in:
parent
9feac5c218
commit
ea32742676
@ -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>
|
||||
|
@ -38,9 +38,6 @@
|
||||
#include <err.h>
|
||||
#include <errno.h>
|
||||
#include <histedit.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
#include <setjmp.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user