diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 3d25171f53ec..1ac16c41e32c 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -7,7 +7,6 @@ MAN= routed.8 SUBDIR= rtquery LDADD= -lmd DPADD= ${LIBMD} -#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused WARNS?= 0 .include diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index e2701da2a609..7076158727f6 100644 --- a/sbin/routed/rtquery/Makefile +++ b/sbin/routed/rtquery/Makefile @@ -6,7 +6,6 @@ PROG= rtquery MAN= rtquery.8 LDADD= -lmd DPADD= ${LIBMD} -#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused WARNS?= 0 .include