summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 1b6a664..34c8e55 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -5,8 +5,8 @@ PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN= routed.8
SUBDIR= rtquery
-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