summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
blob: c2187c6a986af7b1fb23ce0e2a8f4483d7b5411d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	From: @(#)Makefile	8.1 (Berkeley) 6/19/93
#	$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 -Wall

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