From 7cea019b6c848c2a46107e397d0ec945e0f1be58 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 26 Feb 2010 09:41:16 +0000 Subject: Fixed static linkage. --- usr.sbin/mptutil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/mptutil') 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 -- cgit v1.1