aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.sbin/lockstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.sbin/lockstat/Makefile')
-rw-r--r--cddl/usr.sbin/lockstat/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/cddl/usr.sbin/lockstat/Makefile b/cddl/usr.sbin/lockstat/Makefile
index 0668758c2f97..a4eb898e33de 100644
--- a/cddl/usr.sbin/lockstat/Makefile
+++ b/cddl/usr.sbin/lockstat/Makefile
@@ -21,10 +21,6 @@ CFLAGS+= -DNEED_ERRLOC -g
#YFLAGS+= -d
-DPADD= ${LIBPTHREAD} ${LIBDTRACE} ${LIBY} ${LIBL} ${LIBPROC} \
- ${LIBCTF} ${LIBELF} ${LIBZ} ${LIBRT} ${LIBUTIL} \
- ${LIBRTLD_DB}
-LDADD= -lpthread -ldtrace -ly -ll -lproc -lctf -lelf -lz -lrt -lutil \
- -lrtld_db
+LIBADD= elf dtrace rt
.include <bsd.prog.mk>