aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-02-01 09:35:56 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-02-08 07:52:40 +0000
commitcab549c76c8822be2850f048a2f80d5a174f5910 (patch)
tree9942eef244eda35e32358b466ec307ff7b122e2f /libexec
parent2878e21ff11b373d39fa98a77f215c61027337ee (diff)
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.d/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 56ee41a8316d..e2019c60f196 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -252,8 +252,10 @@ JAILPACKAGE= jail
.endif
.if ${MK_LEGACY_CONSOLE} != "no"
-CONFS+= moused
-CONFS+= syscons
+CONFGROUPS+= CONSOLE
+CONSOLE+= moused
+CONSOLE+= syscons
+CONSOLEPACKAGE= console-tools
.endif
.if ${MK_LPR} != "no"