xref: /netbsd-src/sys/arch/ews4800mips/stand/bootxx_bfs/Makefile (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1#	$NetBSD: Makefile,v 1.1 2005/12/29 15:20:09 tsutsui Exp $
2
3BASE		= bootxx_bfs
4SRCS		= fileread_bfs.c
5CPPFLAGS	+= -DFS_SIGNATURE=\'B\'
6
7.include <../Makefile.bootxx>
8
9