Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2008/05/18 20:55:24 jmcneill Exp $
      2 
      3 SUBDIR=		miniroot
      4 
      5 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
      6 SUBDIR+=	drm i915drm
      7 .endif
      8 
      9 .include <bsd.subdir.mk>
     10