Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / xdriinfo / Makefile
blob98710387195694a1b5bd239122aee61718e9f6ff
1 # $NetBSD: Makefile,v 1.2 2015/07/19 19:49:18 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= xdriinfo
7 SRCS= xdriinfo.c
9 #LSC: No pthreads on MINIX!
10 LDADD+= -lGL -lXext -lX11
11 DPADD+= ${LIBGL} ${LIBXEXT} ${LIBX11}
13 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
15 .include "../../xorg-pkg-ver.mk"
17 .include <bsd.x11.mk>
18 .include <bsd.prog.mk>