freebsd-dev/sbin/routed/rtquery/Makefile
Ulrich Spörlein b108792d90 routed(8)/rtquery(8) bump/demote to WARNS=3 for all archs
- 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)
2010-02-27 10:17:27 +00:00

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>