mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
pkgbase: Remove runtime dependency on bootloader
It isn't needed and will cause problem when upgrading to a newer release. Reviewed by: emaste MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33878
This commit is contained in:
parent
5f5e32f1b3
commit
5efa7281a7
@ -34,6 +34,9 @@ main() {
|
||||
vital="false"
|
||||
|
||||
case "${outname}" in
|
||||
bootloader)
|
||||
pkgdeps=""
|
||||
;;
|
||||
clibs)
|
||||
vital="true"
|
||||
# clibs should not have any dependencies or anything
|
||||
|
Loading…
Reference in New Issue
Block a user