Home | History | Annotate | Line # | Download | only in bootxx_bfs
      1 #	$NetBSD: Makefile,v 1.1 2005/12/29 15:20:09 tsutsui Exp $
      2 
      3 BASE		= bootxx_bfs
      4 SRCS		= fileread_bfs.c
      5 CPPFLAGS	+= -DFS_SIGNATURE=\'B\'
      6 
      7 .include <../Makefile.bootxx>
      8 
      9