aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-10 04:00:01 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-10 04:00:01 +0000
commite01a93b63c7560c658b80a3709045a49fce6d120 (patch)
tree5d822800e0166a0133653e52153168a1e0e623e8 /sbin/routed
parent406d87b1c3c9fb02dc1256f4e634c0fc71a22799 (diff)
downloadsrc-e01a93b63c7560c658b80a3709045a49fce6d120.tar.gz
src-e01a93b63c7560c658b80a3709045a49fce6d120.zip
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
Notes
Notes: svn path=/projects/release-pkg/; revision=295456
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 3a4bf39ee65f..c01ab4178443 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 5f8df316f59f..a9893a988537 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