]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/forth/Makefile
bhyvectl(8): Normalize the man page date
[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.4th.8 \
11         menu.4th.8 \
12         menusets.4th.8 \
13         version.4th.8
14
15 FILES+= beastie.4th
16 FILES+= brand.4th
17 FILES+= brand-fbsd.4th
18 FILES+= check-password.4th
19 FILES+= color.4th
20 FILES+= delay.4th
21 FILES+= efi.4th
22 FILES+= frames.4th
23 FILES+= loader.4th
24 FILES+= logo-beastie.4th
25 FILES+= logo-beastiebw.4th
26 FILES+= logo-fbsdbw.4th
27 FILES+= logo-orb.4th
28 FILES+= logo-orbbw.4th
29 FILES+= menu.4th
30 FILES+= menu-commands.4th
31 FILES+= menusets.4th
32 FILES+= screen.4th
33 FILES+= shortcuts.4th
34 FILES+= support.4th
35 FILES+= version.4th
36
37 # Allow machine specific loader.rc to be installed.
38 .for f in loader.rc menu.rc
39 .if exists(${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f})
40 FILES+= ${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f}
41 .else
42 FILES+= ${f}
43 .endif
44 .endfor
45
46 .include <bsd.prog.mk>