freebsd-dev/sbin/routed/rtquery/Makefile
Glen Barber e01a93b63c Add devd and routed back to the runtime package instead
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
2016-02-10 04:00:01 +00:00

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>