Files
netbsd/external/mit/xorg/bin/xmessage/Makefile
2015-10-15 10:25:28 +02:00

20 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/07/22 08:46:51 mrg Exp $
.include <bsd.own.mk>
PROG= xmessage
SRCS= xmessage.c makeform.c readfile.c
APPDEFS=Xmessage Xmessage-color
LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
${LIBXPM} ${LIBXEXT} ${LIBX11}
.PATH: ${X11SRCDIR.${PROG}}
.PATH: ${X11SRCDIR.${PROG}}/man
.PATH: ${X11SRCDIR.${PROG}}/app-defaults
.include <bsd.x11.mk>
.include <bsd.prog.mk>