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