Home | History | Annotate | Line # | Download | only in rtquery
Makefile revision 1.1.1.3
      1      1.1   thorpej #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      2      1.1   thorpej 
      3      1.1   thorpej PROG=	rtquery
      4  1.1.1.3  christos SRCS=	rtquery.c md5.c
      5      1.1   thorpej MAN8=	rtquery.0
      6  1.1.1.2  christos #COPTS=	-g -DDEBUG -Wall
      7      1.1   thorpej 
      8      1.1   thorpej .include "../../Makefile.inc"
      9      1.1   thorpej .include <bsd.prog.mk>
     10