Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / xf86dga / Makefile
blobd924e48b32e251829bf073739bef27bb5d4087a6
1 # $NetBSD: Makefile,v 1.2 2010/05/22 02:40:40 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= dga
7 LDADD+= -lXxf86dga -lXext -lX11
8 DPADD+= ${LIBXXF86DGA} ${LIBXEXT} ${LIBX11}
10 .PATH: ${X11SRCDIR.xf86dga}
12 COPTS.dga.c+= -Wno-error # XXX xf86dga.h
14 .include <bsd.x11.mk>
15 .include <bsd.prog.mk>