summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-01 18:15:11 +0000
committerru <ru@FreeBSD.org>2007-10-01 18:15:11 +0000
commit0de18b1b0a14db0095b700d2d40a742b327ea811 (patch)
tree3304513635084cc8218bccdfe0c0000f04f281f9 /usr.sbin
parent9439813d075fa749d870705314851a423813bbdc (diff)
downloadFreeBSD-src-0de18b1b0a14db0095b700d2d40a742b327ea811.zip
FreeBSD-src-0de18b1b0a14db0095b700d2d40a742b327ea811.tar.gz
Fixed "make checkdpadd" (missing library dependencies).
Approved by: re (kensmith)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bluetooth/bthidd/Makefile2
-rw-r--r--usr.sbin/config/Makefile2
-rw-r--r--usr.sbin/pmcstat/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile
index 7ceba10..128bd20 100644
--- a/usr.sbin/bluetooth/bthidd/Makefile
+++ b/usr.sbin/bluetooth/bthidd/Makefile
@@ -11,7 +11,7 @@ CFLAGS+= -I${.CURDIR}
WARNS?= 6
DEBUG_FLAGS= -g
-DPADD= ${LIBBLUETOOTH} ${LIBSDP}
+DPADD= ${LIBBLUETOOTH} ${LIBUSBHID}
LDADD= -lbluetooth -lusbhid
.include <bsd.prog.mk>
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 8a07269..ac82881 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -12,7 +12,7 @@ kernconf.c: kernconf.tmpl
WARNS?= 6
CFLAGS+= -I. -I${.CURDIR}
-DPADD= ${LIBL}
+DPADD= ${LIBL} ${LIBSBUF}
LDADD= -ll -lsbuf
CLEANFILES+= kernconf.c
diff --git a/usr.sbin/pmcstat/Makefile b/usr.sbin/pmcstat/Makefile
index d212c3f..819a0c0 100644
--- a/usr.sbin/pmcstat/Makefile
+++ b/usr.sbin/pmcstat/Makefile
@@ -5,7 +5,7 @@
PROG= pmcstat
MAN= pmcstat.8
-DPADD= ${LIBPMC} ${LIBM}
+DPADD= ${LIBKVM} ${LIBPMC} ${LIBM}
LDADD= -lkvm -lpmc -lm
WARNS?= 6
OpenPOWER on IntegriCloud