xref: /freebsd/usr.sbin/bsdinstall/scripts/Makefile (revision f63a8c0a0915a3eceac179d4d18b2c03b1319fa2)
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	mount_aux \
20	netconfig \
21	netconfig_ipv4 \
22	netconfig_ipv6 \
23	pkgbase \
24	rootpass \
25	script \
26	services \
27	time \
28	umount \
29	wlanconfig \
30	zfsboot
31
32BINDIR= ${LIBEXECDIR}/bsdinstall
33
34MAN=
35
36pkgbase: pkgbase.in
37	sed "s|%%_ALL_libcompats%%|${_ALL_libcompats}|" < ${.ALLSRC} > ${.TARGET}
38
39.include <bsd.prog.mk>
40