diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-09-02 02:01:18 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-09-02 02:01:18 +0000 |
| commit | ea32742676c1522a78dd186b2a44d85616f296bc (patch) | |
| tree | c3e3ca6bfd322e4680457c95c91c5f53e98ad7a5 | |
| parent | 9feac5c21886516546e35fd8a6e12c9bd775aca6 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pppctl/Makefile | 4 | ||||
| -rw-r--r-- | usr.sbin/pppctl/pppctl.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index c20adadf8183d..718d2f764737e 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> diff --git a/usr.sbin/pppctl/pppctl.c b/usr.sbin/pppctl/pppctl.c index ef6b4143fbb68..f6cced64cf8f2 100644 --- a/usr.sbin/pppctl/pppctl.c +++ b/usr.sbin/pppctl/pppctl.c @@ -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> |
