]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/routed/Makefile
Followup to r347996
[FreeBSD/FreeBSD.git] / sbin / routed / Makefile
1 # Make `routed` for FreeBSD
2 # $FreeBSD$
3
4 PACKAGE=runtime
5 PROG=   routed
6 MAN=    routed.8
7 SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
8 WARNS?= 3
9 LIBADD= md
10
11 SUBDIR= rtquery
12
13 .include <bsd.prog.mk>