freebsd-src/usr.sbin/bsdinstall/scripts/Makefile
Pierre Pronchery a6d202077d bsdinstall: revisit the finalconfig step
This moves the "finalconfig" step into a dedicated script, where it uses
a loop instead of recursing into itself.

Reviewed by:	bapt
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42046
2023-10-13 12:19:39 -04:00

33 lines
381 B
Makefile

SCRIPTS=auto \
adduser \
bootconfig \
checksum \
config \
docsinstall \
entropy \
fetchmissingdists \
finalconfig \
hardening \
hostname \
jail \
keymap \
mirrorselect \
mount \
netconfig \
netconfig_ipv4 \
netconfig_ipv6 \
rootpass \
script \
services \
time \
umount \
wlanconfig \
zfsboot
BINDIR= ${LIBEXECDIR}/bsdinstall
MAN=
.include <bsd.prog.mk>