svn commit: r289475 - in user/ngie/bug203673/usr.bin: netstat procstat w
Garrett Cooper
ngie at FreeBSD.org
Sat Oct 17 22:41:32 UTC 2015
Author: ngie
Date: Sat Oct 17 22:41:30 2015
New Revision: 289475
URL: https://svnweb.freebsd.org/changeset/base/289475
Log:
usr.bin/{netstat,procstat,w} need libutil for other symbols
Modified:
user/ngie/bug203673/usr.bin/netstat/Makefile
user/ngie/bug203673/usr.bin/procstat/Makefile
user/ngie/bug203673/usr.bin/w/Makefile
Modified: user/ngie/bug203673/usr.bin/netstat/Makefile
==============================================================================
--- user/ngie/bug203673/usr.bin/netstat/Makefile Sat Oct 17 22:36:07 2015 (r289474)
+++ user/ngie/bug203673/usr.bin/netstat/Makefile Sat Oct 17 22:41:30 2015 (r289475)
@@ -56,7 +56,7 @@ CFLAGS+=-DPF
BINGRP= kmem
BINMODE=2555
-LIBADD= kvm memstat xo
+LIBADD= kvm memstat util xo
.if ${MK_NETGRAPH_SUPPORT} != "no"
SRCS+= netgraph.c
Modified: user/ngie/bug203673/usr.bin/procstat/Makefile
==============================================================================
--- user/ngie/bug203673/usr.bin/procstat/Makefile Sat Oct 17 22:36:07 2015 (r289474)
+++ user/ngie/bug203673/usr.bin/procstat/Makefile Sat Oct 17 22:41:30 2015 (r289475)
@@ -17,6 +17,6 @@ SRCS= procstat.c \
procstat_threads.c \
procstat_vm.c
-LIBADD+= procstat xo sbuf
+LIBADD+= procstat util xo sbuf
.include <bsd.prog.mk>
Modified: user/ngie/bug203673/usr.bin/w/Makefile
==============================================================================
--- user/ngie/bug203673/usr.bin/w/Makefile Sat Oct 17 22:36:07 2015 (r289474)
+++ user/ngie/bug203673/usr.bin/w/Makefile Sat Oct 17 22:41:30 2015 (r289475)
@@ -4,7 +4,7 @@
PROG= w
SRCS= fmt.c pr_time.c proc_compare.c w.c
MAN= w.1 uptime.1
-LIBADD= kvm sbuf xo
+LIBADD= kvm sbuf util xo
LINKS= ${BINDIR}/w ${BINDIR}/uptime
.PATH: ${.CURDIR}/../../bin/ps
More information about the svn-src-user
mailing list