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