Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / xlsfonts / Makefile
blob777bd964e29f8511290d6ef369f91a0174e942d2
1 # $NetBSD: Makefile,v 1.3 2015/07/20 03:12:57 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= xlsfonts
6 SRCS= xlsfonts.c dsimple.c
8 LDADD+= -lXext -lX11
9 DPADD+= ${LIBXEXT} ${LIBX11}
11 .PATH: ${X11SRCDIR.${PROG}}
12 .PATH: ${X11SRCDIR.${PROG}}/man
14 COPTS.xlsfonts.c+= -Wno-error
16 .include "../../xorg-pkg-ver.mk"
18 .include <bsd.x11.mk>
19 .include <bsd.prog.mk>