summaryrefslogtreecommitdiffstats
path: root/sbin/routed
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-10 04:00:01 +0000
committergjb <gjb@FreeBSD.org>2016-02-10 04:00:01 +0000
commita0704b17a25ad1293d5072f4989e7e093d5d3782 (patch)
tree5d822800e0166a0133653e52153168a1e0e623e8 /sbin/routed
parent4e38aaedb8b582e230e546d239ad35fc756b8bab (diff)
downloadFreeBSD-src-a0704b17a25ad1293d5072f4989e7e093d5d3782.zip
FreeBSD-src-a0704b17a25ad1293d5072f4989e7e093d5d3782.tar.gz
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
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/Makefile2
-rw-r--r--sbin/routed/rtquery/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 3a4bf39..c01ab41 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,7 +1,7 @@
# Make `routed` for FreeBSD
# $FreeBSD$
-PACKAGE=routed
+PACKAGE=runtime
PROG= routed
MAN= routed.8
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile
index 5f8df31..a9893a9 100644
--- a/sbin/routed/rtquery/Makefile
+++ b/sbin/routed/rtquery/Makefile
@@ -2,7 +2,7 @@
# $Revision: 1.6 $
# $FreeBSD$
-PACKAGE=routed
+PACKAGE=runtime
PROG= rtquery
MAN= rtquery.8
LIBADD= md
OpenPOWER on IntegriCloud