xref: /freebsd/sbin/routed/rtquery/Makefile (revision 6780ab54325a71e7e70112b11657973edde8655e)
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