Home | History | Annotate | Line # | Download | only in modules
Makefile revision 1.1.2.1
      1 # $NetBSD: Makefile,v 1.1.2.1 2008/06/23 04:31:57 wrstuden Exp $
      2 
      3 SUBDIR=		cd9660
      4 SUBDIR+=	miniroot
      5 SUBDIR+=	putter
      6 SUBDIR+=	puffs
      7 
      8 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
      9 SUBDIR+=	drm i915drm
     10 .endif
     11 .if ${MACHINE} == "i386"
     12 SUBDIR+=	radeondrm
     13 .endif
     14 
     15 .include <bsd.subdir.mk>
     16