Makefile revision 74531
1# Make `routed` tools for BSD/OS
2# $Revision: 1.6 $
3# $FreeBSD: head/sbin/routed/rtquery/Makefile 74531 2001-03-20 18:13:31Z ru $
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