freebsd-dev/sbin/routed/rtquery/Makefile

12 lines
156 B
Makefile
Raw Normal View History

# Make `routed` tools for BSD/OS
1999-08-28 00:22:10 +00:00
# $Revision: 1.6 $
# $FreeBSD$
PROG= rtquery
MAN= rtquery.8
LDADD= -lmd
DPADD= ${LIBMD}
WARNS?= 3
.include <bsd.prog.mk>