Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / bin / xmessage / Makefile
blob8ab0c6181f245045c2e3627101fc7bfdfa6a71f2
1 # $NetBSD: Makefile,v 1.4 2015/07/22 08:46:51 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= xmessage
6 SRCS= xmessage.c makeform.c readfile.c
8 APPDEFS=Xmessage Xmessage-color
10 LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
11 DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
12 ${LIBXPM} ${LIBXEXT} ${LIBX11}
14 .PATH: ${X11SRCDIR.${PROG}}
15 .PATH: ${X11SRCDIR.${PROG}}/man
16 .PATH: ${X11SRCDIR.${PROG}}/app-defaults
18 .include <bsd.x11.mk>
19 .include <bsd.prog.mk>