From 4d27ff91d01ec406d08089baae33529e85e9868f Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 25 Feb 2010 20:24:19 +0000 Subject: Fixed dependencies (make checkdpadd). --- usr.sbin/mfiutil/Makefile | 1 + usr.sbin/pmcstat/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/mfiutil/Makefile b/usr.sbin/mfiutil/Makefile index 03ded03..dbf158d 100644 --- a/usr.sbin/mfiutil/Makefile +++ b/usr.sbin/mfiutil/Makefile @@ -8,6 +8,7 @@ MAN8= mfiutil.8 CFLAGS+= -fno-builtin-strftime WARNS?=3 +DPADD= ${LIBUTIL} LDADD= -lutil # Here be dragons diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile index a29b016..c27e56d 100644 --- a/usr.sbin/pmcstat/Makefile +++ b/usr.sbin/pmcstat/Makefile @@ -5,7 +5,7 @@ PROG= pmcstat MAN= pmcstat.8 -DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM} +DPADD= ${LIBELF} ${LIBKVM} ${LIBPMC} ${LIBM} ${LIBNCURSES} LDADD= -lelf -lkvm -lpmc -lm -lncurses SRCS= pmcstat.c pmcstat.h pmcstat_log.c \ -- cgit v1.1