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