1 1.2 thorpej # $NetBSD: Makefile,v 1.2 1996/08/10 01:30:28 thorpej Exp $ 2 1.2 thorpej # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 3 1.1 thorpej 4 1.1 thorpej PROG= rtquery 5 1.2 thorpej MAN= rtquery.8 6 1.1 thorpej 7 1.1 thorpej .include "../../Makefile.inc" 8 1.1 thorpej .include <bsd.prog.mk> 9