mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
11 lines
157 B
Makefile
11 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>
|