Removed commented out bitrot.

This commit is contained in:
Ruslan Ermilov 2004-08-13 14:18:24 +00:00
parent 6698695241
commit a55042cb4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133650
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -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>