xref: /freebsd/sbin/routed/Makefile (revision e627b39baccd1ec9129690167cf5e6d860509655)
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