2015-04-04 19:56:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-11-12 17:10:57 +00:00
|
|
|
.include <bsd.init.mk>
|
|
|
|
|
2015-04-04 19:56:54 +00:00
|
|
|
MAN+= beastie.4th.8 \
|
|
|
|
brand.4th.8 \
|
|
|
|
check-password.4th.8 \
|
|
|
|
color.4th.8 \
|
|
|
|
delay.4th.8 \
|
|
|
|
loader.4th.8 \
|
|
|
|
menu.4th.8 \
|
2015-06-21 06:56:29 +00:00
|
|
|
menusets.4th.8 \
|
|
|
|
version.4th.8
|
2015-04-04 19:56:54 +00:00
|
|
|
|
2017-11-10 23:54:58 +00:00
|
|
|
FILES+= beastie.4th
|
|
|
|
FILES+= brand.4th
|
|
|
|
FILES+= brand-fbsd.4th
|
|
|
|
FILES+= check-password.4th
|
|
|
|
FILES+= color.4th
|
|
|
|
FILES+= delay.4th
|
2018-03-21 22:01:51 +00:00
|
|
|
FILES+= efi.4th
|
2017-11-10 23:54:58 +00:00
|
|
|
FILES+= frames.4th
|
|
|
|
FILES+= loader.4th
|
|
|
|
FILES+= logo-beastie.4th
|
|
|
|
FILES+= logo-beastiebw.4th
|
|
|
|
FILES+= logo-fbsdbw.4th
|
|
|
|
FILES+= logo-orb.4th
|
|
|
|
FILES+= logo-orbbw.4th
|
|
|
|
FILES+= menu.4th
|
|
|
|
FILES+= menu-commands.4th
|
|
|
|
FILES+= menusets.4th
|
|
|
|
FILES+= screen.4th
|
|
|
|
FILES+= shortcuts.4th
|
|
|
|
FILES+= support.4th
|
|
|
|
FILES+= version.4th
|
|
|
|
|
2017-11-12 17:10:57 +00:00
|
|
|
# Allow machine specific loader.rc to be installed.
|
2018-02-26 03:16:47 +00:00
|
|
|
.for f in loader.rc menu.rc
|
2017-11-12 17:10:57 +00:00
|
|
|
.if exists(${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f})
|
|
|
|
FILES+= ${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f}
|
|
|
|
.else
|
|
|
|
FILES+= ${f}
|
|
|
|
.endif
|
|
|
|
.endfor
|
2017-11-10 23:54:58 +00:00
|
|
|
|
2015-04-04 19:56:54 +00:00
|
|
|
.include <bsd.prog.mk>
|