1 # $NetBSD: Makefile,v 1.1 2008/07/29 05:01:22 mrg Exp $ 2 3 .include <bsd.own.mk> 4 5 PROG= iceauth 6 SRCS= iceauth.c process.c 7 8 LDADD+= -lICE 9 DPADD+= ${LIBICE} 10 11 .PATH: ${X11SRCDIR.${PROG}} 12 13 .include <bsd.x11.mk> 14 .include <bsd.prog.mk> 15
Indexes created Sun Apr 26 00:22:38 UTC 2026