summaryrefslogtreecommitdiff
path: root/usr.bin/factor
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-12-04 03:17:47 +0000
commiteacae6dc66aa881c102f11e2003174eea7e8af74 (patch)
treec7b391aae2de6c3508dafaaad65c558a94b98ab7 /usr.bin/factor
parent2fd6394d343802517b376e54de75f382eb7307d0 (diff)
downloadsrc-test-eacae6dc66aa881c102f11e2003174eea7e8af74.tar.gz
src-test-eacae6dc66aa881c102f11e2003174eea7e8af74.zip
Fix LDADD/DPADD that should be LIBADD.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=291738
Diffstat (limited to 'usr.bin/factor')
-rw-r--r--usr.bin/factor/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/factor/Makefile b/usr.bin/factor/Makefile
index afc9510405f25..58da816439ef7 100644
--- a/usr.bin/factor/Makefile
+++ b/usr.bin/factor/Makefile
@@ -9,8 +9,7 @@ CFLAGS+=-I${.CURDIR}/../primes
.if ${MK_OPENSSL} != "no"
CFLAGS+=-DHAVE_OPENSSL
-DPADD= ${LIBCRYPTO}
-LDADD= -lcrypto
+LIBADD+=crypto
.endif
MAN= factor.6