Home | History | Annotate | Line # | Download | only in routed
Makefile revision 1.19
      1 #	$NetBSD: Makefile,v 1.19 1998/08/26 17:50:32 christos Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/19/93
      3 
      4 PROG=	routed
      5 SRCS=	if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
      6 MAN=	routed.8
      7 SUBDIR=	rtquery
      8 
      9 # By popular demand...
     10 MLINKS=	routed.8 rdisc.8
     11 #COPTS+=-g -DDEBUG -Wall
     12 
     13 .include <bsd.prog.mk>
     14 .include <bsd.subdir.mk>
     15