xref: /netbsd-src/sys/arch/ews4800mips/stand/bootxx_bfs/Makefile (revision aaf4ece63a859a04e37cf3a7229b5fab0157cc06)
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