diff options
Diffstat (limited to 'stand/mips/beri/Makefile')
-rw-r--r-- | stand/mips/beri/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stand/mips/beri/Makefile b/stand/mips/beri/Makefile new file mode 100644 index 0000000000000..afcb538816b81 --- /dev/null +++ b/stand/mips/beri/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= boot2 loader + +.include <bsd.subdir.mk> |