xref: /freebsd/sbin/routed/Makefile (revision 8e537d168674d6b65869f73c20813001af875738)
1#	From: @(#)Makefile	8.1 (Berkeley) 6/19/93
2#	$Id$
3
4PROG=	routed
5SRCS=	if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
6MAN8=	routed.8
7SUBDIR=	rtquery
8#COPTS=	-g -DDEBUG -Wall
9
10.include <bsd.prog.mk>
11