xref: /freebsd/sbin/routed/Makefile (revision c11e094d96120a2e0e726ed9705ae0ec08db49b6)
1# Make `routed` for FreeBSD
2# $FreeBSD$
3# $FreeBSD$
4
5PROG=   routed
6SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7MAN=   routed.8
8SUBDIR= rtquery
9LDADD+= -lmd
10DPADD+= ${LIBMD}
11#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
12WARNS=	0
13
14.include <bsd.prog.mk>
15