Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / xwd / Makefile
blobabe8347fac7c7f67c817b9e4ff4ecdae2dec1f42
1 # $NetBSD: Makefile,v 1.4 2014/03/17 10:09:18 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= xwd
6 SRCS= xwd.c clientwin.c dsimple.c list.c multiVis.c
8 CPPFLAGS+=-I${X11SRCDIR./xlsfonts} -DXKB
9 .PATH: ${X11SRCDIR./xlsfonts}
11 LDADD+= -lXmuu -lXt -lSM -lICE -lXext -lX11
12 DPADD+= ${LIBXMUU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11}
14 .PATH: ${X11SRCDIR.${PROG}}
15 .PATH: ${X11SRCDIR.${PROG}}/man
17 .include <bsd.x11.mk>
18 .include <bsd.prog.mk>