mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
12 lines
174 B
Makefile
12 lines
174 B
Makefile
# Make `routed` tools for BSD/OS
|
|
# $Revision: 1.6 $
|
|
# $FreeBSD$
|
|
|
|
PROG= rtquery
|
|
MAN= rtquery.8
|
|
LDADD= -lmd
|
|
DPADD= ${LIBMD}
|
|
WARNS?= 3
|
|
NO_WARRAY_BOUNDS=
|
|
|
|
.include <bsd.prog.mk>
|