git: 33005c89c6bc - main - bsdinstall: break list of scripts out to one per line to make adding/removing entries easier
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 May 2022 15:32:35 UTC
The branch main has been updated by brd:
URL: https://cgit.FreeBSD.org/src/commit/?id=33005c89c6bca456b57c39acd20b01346b61916c
commit 33005c89c6bca456b57c39acd20b01346b61916c
Author: Brad Davis <brd@FreeBSD.org>
AuthorDate: 2022-05-24 15:30:31 +0000
Commit: Brad Davis <brd@FreeBSD.org>
CommitDate: 2022-05-24 15:30:31 +0000
bsdinstall: break list of scripts out to one per line to make adding/removing entries easier
Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35249
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
usr.sbin/bsdinstall/scripts/Makefile | 29 +++++++++++++++++++++++++----
1 file changed, 25 insertions(+), 4 deletions(-)
diff --git a/usr.sbin/bsdinstall/scripts/Makefile b/usr.sbin/bsdinstall/scripts/Makefile
index 147f49609921..329351c4cf29 100644
--- a/usr.sbin/bsdinstall/scripts/Makefile
+++ b/usr.sbin/bsdinstall/scripts/Makefile
@@ -1,9 +1,30 @@
# $FreeBSD$
-SCRIPTS= auto adduser bootconfig checksum config docsinstall entropy \
- fetchmissingdists hardening hostname jail keymap mirrorselect mount \
- netconfig netconfig_ipv4 netconfig_ipv6 rootpass script services time \
- umount wlanconfig zfsboot
+SCRIPTS=auto \
+ adduser \
+ bootconfig \
+ checksum \
+ config \
+ docsinstall \
+ entropy \
+ fetchmissingdists \
+ hardening \
+ hostname \
+ jail \
+ keymap \
+ mirrorselect \
+ mount \
+ netconfig \
+ netconfig_ipv4 \
+ netconfig_ipv6 \
+ rootpass \
+ script \
+ services \
+ time \
+ umount \
+ wlanconfig \
+ zfsboot
+
BINDIR= ${LIBEXECDIR}/bsdinstall
MAN=