aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bzip2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 14:29:10 +0000
commit3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb (patch)
treeddfef911600b923ca0abdbed4461a288b9249837 /usr.bin/bzip2
parent30fca3b0cc92ae380073c169d34b4cc3f27321e9 (diff)
downloadsrc-3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb.tar.gz
src-3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb.zip
Convert to usr.bin/ to LIBADD
Reduce overlinking
Notes
Notes: svn path=/head/; revision=275042
Diffstat (limited to 'usr.bin/bzip2')
-rw-r--r--usr.bin/bzip2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index c2490a2bb5a1..5cb33b3d689d 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -8,8 +8,7 @@ CFLAGS+= -D_FILE_OFFSET_BITS=64
WARNS?= 3
-DPADD= ${LIBBZ2}
-LDADD= -lbz2
+LIBADD= bz2
LINKS= ${BINDIR}/bzip2 ${BINDIR}/bunzip2
LINKS+= ${BINDIR}/bzip2 ${BINDIR}/bzcat