Home | History | Annotate | Line # | Download | only in efiboot
Makefile revision 1.1.20.1
      1  1.1.20.1  pgoyette #	$NetBSD: Makefile,v 1.1.20.1 2018/07/28 04:37:35 pgoyette Exp $
      2       1.1    nonaka 
      3  1.1.20.1  pgoyette SUBDIR=	bootia32
      4  1.1.20.1  pgoyette .if ${MACHINE} == "amd64"
      5  1.1.20.1  pgoyette SUBDIR+=	bootx64
      6  1.1.20.1  pgoyette .endif
      7       1.1    nonaka 
      8       1.1    nonaka .include <bsd.subdir.mk>
      9