minix/external/mit/xorg/bin/iceauth/Makefile

15 lines
253 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2011/07/23 06:41:08 mrg Exp $
.include <bsd.own.mk>
PROG= iceauth
SRCS= iceauth.c process.c
LDADD+= -lICE
DPADD+= ${LIBICE}
.PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
.include <bsd.x11.mk>
.include <bsd.prog.mk>