summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/procstat/Makefile')
-rw-r--r--usr.bin/procstat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/procstat/Makefile b/usr.bin/procstat/Makefile
index e3c77e4..6cb5895 100644
--- a/usr.bin/procstat/Makefile
+++ b/usr.bin/procstat/Makefile
@@ -12,4 +12,8 @@ SRCS= procstat.c \
procstat_threads.c \
procstat_vm.c
+LDADD+= -lutil
+DPADD+= ${LIBUTIL}
+WARNS?= 4
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud