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