Sync usage with man page.
[netbsd-mini2440.git] / external / mit / xorg / bin / xeyes / Makefile
bloba77f1f9fd0dec35394fa33ca5267ce19ef21caec
1 # $NetBSD: Makefile,v 1.2 2003/09/13 20:18:19 lukem Exp $
3 .include <bsd.own.mk>
5 PROG= xeyes
6 SRCS= xeyes.c Eyes.c transform.c
8 LDADD+= -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
9 DPADD+= ${LIBXMU} ${LIBXT} ${LIBSM} ${LIBICE} ${LIBXEXT} ${LIBX11} ${LIBM}
11 .PATH: ${X11SRCDIR.${PROG}}
13 .include <bsd.x11.mk>
14 .include <bsd.prog.mk>