Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.9
      1  1.9  mrg #	$NetBSD: Makefile,v 1.9 2019/03/10 13:52:11 mrg Exp $
      2  1.1  mrg 
      3  1.1  mrg # *proto packages for xorg
      4  1.1  mrg 
      5  1.8  mrg .include <bsd.own.mk>
      6  1.8  mrg 
      7  1.8  mrg .if ${HAVE_MESA_VER} == 18
      8  1.8  mrg SUBDIR=		KHR 
      9  1.8  mrg .endif
     10  1.9  mrg .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "evbarm"
     11  1.9  mrg SUBDIR+=	libvdpau
     12  1.9  mrg .endif
     13  1.9  mrg SUBDIR+=	xorgproto xbitmaps xcb-proto
     14  1.8  mrg SUBDIR+=	.WAIT xtrans
     15  1.1  mrg 
     16  1.1  mrg .include <bsd.subdir.mk>
     17