Home | History | Annotate | Line # | Download | only in routed
Makefile revision 1.1.1.6
      1 # Make `routed` tools
      2 # $Revision: 1.1.1.6 $
      3 
      4 PROG=	routed
      5 SRCS=if.c input.c main.c md5.c output.c parms.c radix.c rdisc.c table.c trace.c
      6 MAN8=	routed.0
      7 MLINKS=	routed.8 rdisc.8
      8 SUBDIR=	rtquery
      9 #COPTS=	-g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
     10 
     11 .include <bsd.prog.mk>
     12 .include <bsd.subdir.mk>
     13