xref: /netbsd-src/sbin/routed/rtquery/Makefile (revision a216da57a6e560f2112f7f639c2688f055a22de0)
1#	$NetBSD: Makefile,v 1.8 2011/05/26 12:56:30 joerg 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
14CWARNFLAGS.clang+=	-Wno-array-bounds
15
16.include "../../Makefile.inc"
17.include <bsd.prog.mk>
18