summaryrefslogtreecommitdiff
path: root/libexec/fingerd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 21:18:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 21:18:18 +0000
commitee5a34ecba51f02e3bf46b112e265abf976f39b6 (patch)
tree569e9832fa3d4775e3b8244ea1f09d4307418368 /libexec/fingerd
parent8794b8a783923e2335c30f700e3a9db146c64ee6 (diff)
Convert to LIBADD
Reduce overlinking
Notes
svn path=/head/; revision=275077
Diffstat (limited to 'libexec/fingerd')
-rw-r--r--libexec/fingerd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/fingerd/Makefile b/libexec/fingerd/Makefile
index b6382ad79706..f7101735b7e8 100644
--- a/libexec/fingerd/Makefile
+++ b/libexec/fingerd/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PROG= fingerd
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+LIBADD= util
MAN= fingerd.8
WARNS?= 2