xref: /freebsd/sbin/routed/rtquery/Makefile (revision d37ea99837e6ad50837fd9fe1771ddf1c3ba6002)
1# Make `routed` tools for BSD/OS
2# $Revision: 1.6 $
3# $FreeBSD$
4
5PROG=	rtquery
6MAN=	rtquery.8
7LDADD=	-lmd
8DPADD=	${LIBMD}
9#COPTS=	-g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
10WARNS?=	0
11
12.include <bsd.prog.mk>
13