xref: /freebsd/sbin/routed/rtquery/Makefile (revision 6990ffd8a95caaba6858ad44ff1b3157d1efba8f)
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
10
11.include <bsd.prog.mk>
12