summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
blob: 99b07f595674792daf984ca908840781fe31053e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Make `routed` for FreeBSD
# $FreeBSD$

PROG=   routed
SRCS=   if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN=   routed.8
SUBDIR= rtquery
LDADD=	-lmd
DPADD=	${LIBMD}
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" 
WARNS?=	6
.else
WARNS?=	0
.endif

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