13eb765f2d
Reduce overlinking
12 lines
157 B
Makefile
12 lines
157 B
Makefile
# Make `routed` tools for BSD/OS
|
|
# $Revision: 1.6 $
|
|
# $FreeBSD$
|
|
|
|
PROG= rtquery
|
|
MAN= rtquery.8
|
|
LIBADD= md
|
|
WARNS?= 3
|
|
NO_WARRAY_BOUNDS=
|
|
|
|
.include <bsd.prog.mk>
|