~ubuntu-branches/ubuntu/wily/ctfutils/wily

« back to all changes in this revision

Viewing changes to cddl/usr.bin/ctfdump/Makefile

  • Committer: Package Import Robot
  • Author(s): Robert Millan
  • Date: 2013-11-09 17:07:06 UTC
  • Revision ID: package-import@ubuntu.com-20131109170706-b5nr4utk7o5sbkvs
Tags: 9.2-1
Initial release.  (Closes: #729149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
19
19
 
20
20
DPADD=          ${LIBPTHREAD} ${LIBELF} ${LIBZ}
21
 
LDADD=          -lpthread -lelf -lz
 
21
LDADD=          -lpthread -lelf-freebsd -lz
 
22
 
 
23
LDADD+=         -lbsd
22
24
 
23
25
.include <bsd.prog.mk>