Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/systat Add ${LIBUTIL} to DPADD.
details: https://anonhg.NetBSD.org/src/rev/1b1cd9e64897
branches: trunk
changeset: 1017042:1b1cd9e64897
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Dec 11 07:24:38 2020 +0000
description:
Add ${LIBUTIL} to DPADD.
diffstat:
usr.bin/systat/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b98ed2b81f51 -r 1b1cd9e64897 usr.bin/systat/Makefile
--- a/usr.bin/systat/Makefile Fri Dec 11 07:01:27 2020 +0000
+++ b/usr.bin/systat/Makefile Fri Dec 11 07:24:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/10/13 07:28:17 mrg Exp $
+# $NetBSD: Makefile,v 1.44 2020/12/11 07:24:38 simonb Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -15,7 +15,7 @@
fetch.c globalcmds.c icmp.c ifcmds.c ifstat.c iostat.c ip.c \
keyboard.c main.c mbufs.c netcmds.c netstat.c pigs.c ps.c swap.c \
tcp.c vmstat.c utmpentry.c syscall.c
-DPADD= ${LIBCURSES} ${LIBTERMINFO} ${LIBM} ${LIBKVM}
+DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBTERMINFO} ${LIBM} ${LIBKVM}
LDADD= -lutil -lcurses -lterminfo -lm -lkvm
BINGRP= kmem
BINMODE=2555
Home |
Main Index |
Thread Index |
Old Index