freebsd-dev/sbin/routed/rtquery/Makefile

13 lines
173 B
Makefile
Raw Normal View History

# Make `routed` tools for BSD/OS
1999-08-28 00:22:10 +00:00
# $Revision: 1.6 $
# $FreeBSD$
PACKAGE=runtime
PROG= rtquery
MAN= rtquery.8
LIBADD= md
WARNS?= 3
NO_WARRAY_BOUNDS=
.include <bsd.prog.mk>