diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2021-06-08 17:08:10 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2021-06-09 09:40:53 +0000 |
| commit | 20eb6bd8c598fdbf4e96ed4ca64a609be255ccba (patch) | |
| tree | aa0b48c10bfbed1bd7a5e6ddd93739b537caf422 /libexec | |
| parent | f530cce55c4ffd33f677bde5e3a2b082abec3875 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 0834d8c4c2a0..24a4e7edb9d9 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -78,6 +78,7 @@ CONFS= DAEMON \ pf \ pflog \ pfsync \ + powerd \ ppp \ pppoed \ pwcheck \ @@ -135,10 +136,6 @@ ACPI= power_profile ACPIPACKAGE= acpi .endif -.if ${MK_ACPI} != "no" || ${MK_APM} != "no" -CONFS+= powerd -.endif - .if ${MK_APM} != "no" CONFGROUPS+= APM APM+= apm |
