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