xref: /freebsd/sbin/routed/rtquery/Makefile (revision 4cf49a43559ed9fdad601bdcccd2c55963008675)
1# Make `routed` tools for BSD/OS
2# $Revision: 1.6 $
3# $FreeBSD$
4
5PROG=	rtquery
6MAN8=	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