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,11 +1,32 @@ # $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= .include