Home | History | Annotate | Line # | Download | only in routed
Makefile revision 1.18
      1  1.18   mycroft #	$NetBSD: Makefile,v 1.18 1997/10/11 09:34:36 mycroft Exp $
      2  1.15   thorpej #	from: @(#)Makefile	8.1 (Berkeley) 6/19/93
      3   1.1       cgd 
      4   1.1       cgd PROG=	routed
      5  1.15   thorpej SRCS=	if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
      6  1.11       cgd MAN=	routed.8
      7  1.15   thorpej SUBDIR=	rtquery
      8  1.16   thorpej 
      9  1.16   thorpej # By popular demand...
     10  1.16   thorpej MLINKS=	routed.8 rdisc.8
     11  1.17  christos #COPTS=-g -DDEBUG -Wall
     12   1.1       cgd 
     13   1.1       cgd .include <bsd.prog.mk>
     14  1.18   mycroft .include <bsd.subdir.mk>
     15