opnsense-src/sbin/routed/rtquery/Makefile

12 lines
157 B
Makefile
Raw Normal View History

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