Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / x11 / bin / iceauth / Makefile
blob161d3a1c456a0d579beca98eafebd42358efcff6
1 # $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:06 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.xc}/programs/${PROG}
13 .include <bsd.x11.mk>
14 .include <bsd.prog.mk>