mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
of their individual packages based on MK_foo evaluation. There is no intent to split inet/inet6 or other similar combinations for package creation, since they are created during build time. Noticed/prodded by: lidl Sponsored by: The FreeBSD Foundation
12 lines
173 B
Makefile
12 lines
173 B
Makefile
# Make `routed` tools for BSD/OS
|
|
# $Revision: 1.6 $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= rtquery
|
|
MAN= rtquery.8
|
|
LIBADD= md
|
|
WARNS?= 3
|
|
NO_WARRAY_BOUNDS=
|
|
|
|
.include <bsd.prog.mk>
|