]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/routed/Makefile
MFC r368207,368607:
[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>