]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/forth/Makefile
MFV r329502: 7614 zfs device evacuation/removal
[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+= 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 FILESDIR_loader.conf=   /boot/defaults
37
38 # Allow machine specific loader.rc to be installed.
39 .for f in loader.rc menu.rc loader.conf
40 .if exists(${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f})
41 FILES+= ${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f}
42 .else
43 FILES+= ${f}
44 .endif
45 .endfor
46
47 .include <bsd.prog.mk>