mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
- The MACHINE_ARCH check is not exhaustive (missing at least powerpc), and generally not worth maintaining. - While here, fix whitespace and ordering of the Makefile PR: bin/140081 Approved by: ed (co-mentor)
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?= 3
|
|
|
|
.include <bsd.prog.mk>
|