summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
blob: 8c7559ffeb898764a7b95b514f681120c69aec6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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?=	0
.endif

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