1
2SCRIPTS=auto \
3	adduser \
4	bootconfig \
5	checksum \
6	config \
7	docsinstall \
8	entropy \
9	fetchmissingdists \
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