Home | History | Annotate | Line # | Download | only in efiboot
Makefile revision 1.4
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2018/11/08 21:47:04 christos Exp $
      2  1.4  christos 
      3  1.4  christos .include <bsd.init.mk>
      4  1.1    nonaka 
      5  1.2  christos SUBDIR=	bootia32
      6  1.2  christos .if ${MACHINE} == "amd64"
      7  1.3  christos SUBDIR+=	bootx64
      8  1.2  christos .endif
      9  1.1    nonaka 
     10  1.1    nonaka .include <bsd.subdir.mk>
     11