aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/Makefile
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-04-19 22:53:30 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-19 22:54:31 +0000
commitdbd0366f3434e2444792b431997dcaecfbf899ee (patch)
tree49f36c89579e69fdee51a7a3020aa56e62dc7aeb /libexec/rc/rc.d/Makefile
parent42acb16bb86fe6ec18c0591f9a9a3dbad1719d1d (diff)
downloadsrc-dbd0366f3434e2444792b431997dcaecfbf899ee.tar.gz
src-dbd0366f3434e2444792b431997dcaecfbf899ee.zip
package: move lpr into its own package
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1171
Diffstat (limited to 'libexec/rc/rc.d/Makefile')
-rw-r--r--libexec/rc/rc.d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 320408d5d62c..15dcc811d9b4 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -257,7 +257,9 @@ CONSOLEPACKAGE= console-tools
.endif
.if ${MK_LPR} != "no"
-CONFS+= lpd
+CONFGROUPS+= LP
+LP+= lpd
+LPPACKAGE= lp
.endif
.if ${MK_KERBEROS} != "no"