summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mptutil/Makefile')
-rw-r--r--usr.sbin/mptutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mptutil/Makefile b/usr.sbin/mptutil/Makefile
index 4abf66e..53d75b3 100644
--- a/usr.sbin/mptutil/Makefile
+++ b/usr.sbin/mptutil/Makefile
@@ -8,8 +8,8 @@ MAN= mptutil.8
WARNS?= 3
-DPADD+= ${LIBCAM} ${LIBUTIL}
-LDADD+= -lcam -lutil
+DPADD= ${LIBCAM} ${LIBSBUF} ${LIBUTIL}
+LDADD= -lcam -lsbuf -lutil
# Here be dragons
.ifdef DEBUG
OpenPOWER on IntegriCloud