summaryrefslogtreecommitdiffstats
path: root/sbin/routed/rtquery/Makefile
blob: e2701da2a6098e685e32eaf71956502bb5cc014a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Make `routed` tools for BSD/OS
# $Revision: 1.6 $
# $FreeBSD$

PROG=	rtquery
MAN=	rtquery.8
LDADD=	-lmd
DPADD=	${LIBMD}
#COPTS=	-g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
WARNS?=	0

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud