summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
blob: fb8c3de6b47515a3d1d59ef9384b9324784d6bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Make `routed` for FreeBSD
# $Revision: 2.15 $
#       $Id$

PROG=   routed
SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN8=   routed.8
SUBDIR= rtquery
LDADD+= -lmd
DPADD+= ${LIBMD}
#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud