freebsd-dev/sbin/routed/rtquery/Makefile
Glen Barber 7de1daeb93 Create packages for atm, ccdconfig, devd, ipf, ipfw,
iscsi, natd, nandfs, pf, quotacheck, and routed.

Add ping6 and rtsol to the runtime package.

Sponsored by:	The FreeBSD Foundation
2016-02-09 19:30:31 +00:00

13 lines
172 B
Makefile

# Make `routed` tools for BSD/OS
# $Revision: 1.6 $
# $FreeBSD$
PACKAGE=routed
PROG= rtquery
MAN= rtquery.8
LIBADD= md
WARNS?= 3
NO_WARRAY_BOUNDS=
.include <bsd.prog.mk>