From 02178aec70ae348343390664535dce4e2d384b23 Mon Sep 17 00:00:00 2001 From: Fabien Thomas Date: Fri, 5 Mar 2010 22:52:41 +0000 Subject: [PATCH] MFC 204329 partially: Fixed dependencies (make checkdpadd). --- usr.sbin/pmcstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile index 4412e24d9ca..2bd8133ed17 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 WARNS?= 6