]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sbin/routed/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sbin / routed / Makefile
1 # Make `routed` for FreeBSD
2 # $FreeBSD$
3
4 PROG=   routed
5 SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
6 MAN=   routed.8
7 SUBDIR= rtquery
8 LDADD=  -lmd
9 DPADD=  ${LIBMD}
10 WARNS?= 0
11
12 .include <bsd.prog.mk>