Home | History | Annotate | Line # | Download | only in rtquery
Makefile revision 1.1.1.4
      1 # Make `routed` tools
      2 # $Revision: 1.1.1.4 $
      3 
      4 PROG=	rtquery
      5 SRCS=	rtquery.c md5.c
      6 MAN8=	rtquery.0
      7 #COPTS=	-g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
      8 
      9 .include "../../Makefile.inc"
     10 .include <bsd.prog.mk>
     11