Home | History | Annotate | Line # | Download | only in xxboot_ffsv1
Makefile revision 1.1.4.1
      1 #	$NetBSD: Makefile,v 1.1.4.1 2012/11/20 03:01:50 tls Exp $
      2 
      3 DEV=		xx
      4 DEVDRV=		xx
      5 FS=		ffsv1
      6 BOOTCPPFLAGS=	-DSDBOOT -DFDBOOT
      7 
      8 TOUCHPROG=	@true
      9 
     10 .include "../Makefile.xxboot"
     11