Home | History | Annotate | Line # | Download | only in fdboot_ustarfs
      1 #	$NetBSD: Makefile,v 1.1 2020/08/16 06:43:44 isaki Exp $
      2 
      3 FS=		ustarfs
      4 BOOTCPPFLAGS+=	-DXXBOOT_$(FS:tu)
      5 
      6 # ustarfs requires printf...
      7 BOOTSRCS+=	printf.c subr_prf.c panic.c closeall.c consio1.c
      8 
      9 TOUCHPROG=	@true
     10 
     11 .include "../Makefile.xxboot"
     12