diff options
author | ru <ru@FreeBSD.org> | 2004-08-13 14:18:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-08-13 14:18:24 +0000 |
commit | 8bb28f04208a89c277d853047e8370c2d869c532 (patch) | |
tree | 2604db43bbbbed23fe7643be091a1c2f0abf3690 /sbin/routed | |
parent | 88ee315d1dcbb4f86a998b4f46f4c29c56167cc1 (diff) | |
download | FreeBSD-src-8bb28f04208a89c277d853047e8370c2d869c532.zip FreeBSD-src-8bb28f04208a89c277d853047e8370c2d869c532.tar.gz |
Removed commented out bitrot.
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/Makefile | 1 | ||||
-rw-r--r-- | sbin/routed/rtquery/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 3d25171..1ac16c4 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 <bsd.prog.mk> diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile index e2701da..7076158 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 <bsd.prog.mk> |