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