]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/mips/Makefile
Merge forgotten .h files from vendor branch.
[FreeBSD/FreeBSD.git] / sys / boot / mips / Makefile
1 # $FreeBSD$
2
3 #
4 # The BERI boot loader port works only on 64-bit MIPS; not a hard port to
5 # 32-bit if someone is interested.  Build on all 64-bit MIPS platforms to
6 # ensure it gets adequate build-test coverage.
7 #
8 .if ${MACHINE_ARCH} == "mips64"
9 SUBDIR= beri
10 .endif
11
12 .include <bsd.subdir.mk>