Home | History | Annotate | Line # | Download | only in stand
      1 #	$NetBSD: Makefile,v 1.3 2013/05/01 22:16:15 matt Exp $
      2 
      3 .include <bsd.endian.mk>
      4 
      5 .if ${TARGET_ENDIANNESS} == "1234"
      6 SUBDIR=	zbsdmod zboot
      7 .endif
      8 
      9 .include <bsd.subdir.mk>
     10