xref: /netbsd/sbin/routed/rtquery/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.7 2002/04/23 08:19:15 msaitoh Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
3
4.include <bsd.own.mk>
5
6PROG=	rtquery
7MAN=	rtquery.8
8BINDIR?=	/usr/sbin
9.if !defined(NOPIC)
10LDSTATIC?=
11.endif
12#COPTS=	-g -DDEBUG -Wall
13
14.include "../../Makefile.inc"
15.include <bsd.prog.mk>
16