Sync usage with man page.
[netbsd-mini2440.git] / external / mit / xorg / bin / xmh / Makefile
blobac1259f0faeb2c7e566834238d61b745024099f7
1 # $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
3 .include <bsd.own.mk>
5 PROG= xmh
6 SRCS= bbox.c command.c compfuncs.c folder.c init.c main.c \
7 menu.c mlist.c msg.c pick.c popup.c screen.c toc.c \
8 tocfuncs.c tocutil.c tsource.c util.c viewfuncs.c \
9 miscfuncs.c
11 CPPFLAGS+= -DHAS_VFORK -DXVENDORNAME=${XVENDORNAME} \
12 -DXORG_RELEASE=${XORG_RELEASE}
14 APPDEFS=Xmh.ad
16 LDADD+= -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11
17 DPADD+= ${LIBXAW} ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} \
18 ${LIBXPM} ${LIBXEXT} ${LIBX11}
20 .PATH: ${X11SRCDIR.${PROG}}
22 .include <bsd.x11.mk>
23 .include <bsd.prog.mk>