mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05: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>
|