1# $NetBSD$
2# daicctl - i4b daic driver userland configuration and debug tool
3
4PROG=	daicctl
5SRCS=	main.c dnload.c xlog.c istat.c debug.c
6
7.include <bsd.prog.mk>
8