Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 22:41:30 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r289475 - in user/ngie/bug203673/usr.bin: netstat procstat w
Message-ID:  <201510172241.t9HMfUne014095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510172241.t9HMfUne014095>