]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/forth/Makefile
Re-sync loader.mk and ficl.mk to where they should be
[FreeBSD/FreeBSD.git] / stand / forth / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 MAN+=   beastie.4th.8 \
6         brand.4th.8 \
7         check-password.4th.8 \
8         color.4th.8 \
9         delay.4th.8 \
10         loader.conf.5 \
11         loader.4th.8 \
12         menu.4th.8 \
13         menusets.4th.8 \
14         version.4th.8
15
16 FILES+= beastie.4th
17 FILES+= brand.4th
18 FILES+= brand-fbsd.4th
19 FILES+= check-password.4th
20 FILES+= color.4th
21 FILES+= delay.4th
22 FILES+= efi.4th
23 FILES+= frames.4th
24 FILES+= loader.4th
25 FILES+= logo-beastie.4th
26 FILES+= logo-beastiebw.4th
27 FILES+= logo-fbsdbw.4th
28 FILES+= logo-orb.4th
29 FILES+= logo-orbbw.4th
30 FILES+= menu.4th
31 FILES+= menu-commands.4th
32 FILES+= menusets.4th
33 FILES+= pcibios.4th
34 FILES+= screen.4th
35 FILES+= shortcuts.4th
36 FILES+= support.4th
37 FILES+= version.4th
38 FILESDIR_loader.conf=   /boot/defaults
39
40 # Allow machine specific loader.rc to be installed.
41 .for f in loader.rc menu.rc loader.conf
42 .if exists(${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f})
43 FILES+= ${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f}
44 .else
45 FILES+= ${f}
46 .endif
47 .endfor
48
49 .include <bsd.prog.mk>