604d24db95
Use WARNS?= instead of WARNS=.
13 lines
276 B
Makefile
13 lines
276 B
Makefile
# Make `routed` tools for BSD/OS
|
|
# $Revision: 1.6 $
|
|
# $FreeBSD$
|
|
|
|
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>
|