1# Make `routed` for FreeBSD
2
3PACKAGE=runtime
4PROG=	routed
5MAN=	routed.8
6SRCS=	if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7WARNS?=	3
8LIBADD=	md
9
10SUBDIR= rtquery
11
12.include <bsd.prog.mk>
13