]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/routed/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>