aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/Makefile
blob: 77588059737b7a1ddba6bb2514807e6a2d7f681f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Make `routed` for FreeBSD
# $FreeBSD$
# $FreeBSD$

PROG=   routed
SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
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>