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