]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/routed/Makefile
This commit was generated by cvs2svn to compensate for changes in r98524,
[FreeBSD/FreeBSD.git] / sbin / routed / Makefile
1 # Make `routed` for FreeBSD
2 # $FreeBSD$
3 # $FreeBSD$
4
5 PROG=   routed
6 SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7 MAN=   routed.8
8 SUBDIR= rtquery
9 LDADD+= -lmd
10 DPADD+= ${LIBMD}
11 #COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
12 WARNS=  0
13
14 .include <bsd.prog.mk>