1999-05-02 10:51:54 +00:00
|
|
|
# Make `routed` tools for BSD/OS
|
|
|
|
# $Revision: 2.15 $
|
|
|
|
# $Id$
|
1996-05-30 16:19:16 +00:00
|
|
|
|
|
|
|
PROG= rtquery
|
1999-05-02 10:51:54 +00:00
|
|
|
MAN8= rtquery.8
|
|
|
|
LDADD+= -lmd
|
|
|
|
DPADD+= ${LIBMD}
|
|
|
|
#COPTS= -g -DDEBUG -W -Wall -Wcast-align -Wcast-qual -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wunused
|
1996-05-30 16:19:16 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|