aboutsummaryrefslogtreecommitdiff
path: root/libexec/pppoed/Makefile
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/pppoed/Makefile
parent8794b8a783923e2335c30f700e3a9db146c64ee6 (diff)
downloadsrc-ee5a34ecba51f02e3bf46b112e265abf976f39b6.tar.gz
src-ee5a34ecba51f02e3bf46b112e265abf976f39b6.zip
Convert to LIBADD
Reduce overlinking
Notes
Notes: svn path=/head/; revision=275077
Diffstat (limited to 'libexec/pppoed/Makefile')
-rw-r--r--libexec/pppoed/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile
index 1ffaffe3eed2..09c3ee629c24 100644
--- a/libexec/pppoed/Makefile
+++ b/libexec/pppoed/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PROG= pppoed
-DPADD= ${LIBNETGRAPH}
-LDADD= -lnetgraph
+LIBADD= netgraph
MAN= pppoed.8
WARNS?= 1