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