Makefile revision 1.20
1#	$NetBSD: Makefile,v 1.20 1999/02/23 10:47:39 christos Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/19/93
3
4WARNS=1
5PROG=	routed
6SRCS=	if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
7MAN=	routed.8
8SUBDIR=	rtquery
9
10# By popular demand...
11MLINKS=	routed.8 rdisc.8
12#COPTS+=-g -DDEBUG -Wall
13
14.include <bsd.prog.mk>
15.include <bsd.subdir.mk>
16