summaryrefslogtreecommitdiffstats
path: root/sbin/routed/rtquery/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/rtquery/Makefile')
-rw-r--r--sbin/routed/rtquery/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile
index 61a2511..1b553a3 100644
--- a/sbin/routed/rtquery/Makefile
+++ b/sbin/routed/rtquery/Makefile
@@ -4,8 +4,8 @@
PROG= rtquery
MAN= rtquery.8
-LDADD+= -lmd
-DPADD+= ${LIBMD}
+LDADD= -lmd
+DPADD= ${LIBMD}
#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
WARNS= 0
OpenPOWER on IntegriCloud