b108792d90
- 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)
12 lines
156 B
Makefile
12 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>
|