1 2SCRIPTS=auto \ 3 adduser \ 4 bootconfig \ 5 checksum \ 6 config \ 7 docsinstall \ 8 entropy \ 9 fetchmissingdists \ 10 hardening \ 11 hostname \ 12 jail \ 13 keymap \ 14 mirrorselect \ 15 mount \ 16 netconfig \ 17 netconfig_ipv4 \ 18 netconfig_ipv6 \ 19 rootpass \ 20 script \ 21 services \ 22 time \ 23 umount \ 24 wlanconfig \ 25 zfsboot 26 27BINDIR= ${LIBEXECDIR}/bsdinstall 28 29MAN= 30 31.include <bsd.prog.mk> 32