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