Sync usage with man page.
[netbsd-mini2440.git] / external / mit / xorg / bin / iceauth / Makefile
blob00aad1ccc9850aaecaaeb7d9b75b3ec304974113
1 # $NetBSD: Makefile,v 1.2 2003/09/13 20:18:05 lukem Exp $
3 .include <bsd.own.mk>
5 PROG= iceauth
6 SRCS= iceauth.c process.c
8 LDADD+= -lICE
9 DPADD+= ${LIBICE}
11 .PATH: ${X11SRCDIR.${PROG}}
13 .include <bsd.x11.mk>
14 .include <bsd.prog.mk>