]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/routed/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / 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 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" 
11 WARNS?= 6
12 .else
13 WARNS?= 0
14 .endif
15
16 .include <bsd.prog.mk>