]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/routed/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / routed / Makefile
1 # Make `routed` for FreeBSD
2 # $FreeBSD$
3
4 PROG=   routed
5 MAN=    routed.8
6 SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7 WARNS?= 3
8 DPADD=  ${LIBMD}
9 LDADD=  -lmd
10
11 SUBDIR= rtquery
12
13 .include <bsd.prog.mk>