diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-19 22:29:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-19 22:29:11 +0000 |
commit | 738dbe7419b7915c9adaed58595d0f108fb3fe11 (patch) | |
tree | 06aa149489b36e2853c4bc6c1a062ec15582229f /cddl/usr.sbin/lockstat/Makefile | |
parent | 53d5099dfd5a1ed1ed6f0a7449b7840040171100 (diff) | |
download | src-738dbe7419b7915c9adaed58595d0f108fb3fe11.tar.gz src-738dbe7419b7915c9adaed58595d0f108fb3fe11.zip |
Reduce overlinking.
Because of libdtrace there is still a bit a overlinking but nothing we can deal
with easily
Notes
Notes:
svn path=/head/; revision=283134
Diffstat (limited to 'cddl/usr.sbin/lockstat/Makefile')
-rw-r--r-- | cddl/usr.sbin/lockstat/Makefile | 6 |
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> |