diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-10-01 18:15:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-10-01 18:15:11 +0000 |
| commit | 71ce49ae8daaed6a38c4649c6ff2ff87d7a1635d (patch) | |
| tree | 3304513635084cc8218bccdfe0c0000f04f281f9 /usr.sbin | |
| parent | 63ebea533e98c5b536a3e4f9d5e6eb2d515386e2 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bluetooth/bthidd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/config/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pmcstat/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile index 7ceba101d1b4..128bd20eee79 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 8a07269dd1e6..ac828818e367 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 d212c3fdcfec..819a0c0f3ca1 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 |
