e01a93b63c
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
13 lines
173 B
Makefile
13 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>
|