Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sbin / routed / rtquery / Makefile
1 # Make `routed` tools for BSD/OS
2 # $Revision: 1.6 $
3 # $FreeBSD: src/sbin/routed/rtquery/Makefile,v 1.7.2.1 2001/04/25 10:58:50 ru Exp $
4
5 PROG=   rtquery
6 MAN=    rtquery.8
7 LDADD+= -lmd
8 DPADD+= ${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>