fbf08005d7
The left out parts (which have not been installed by ISDN4BSD on NetBSD anyway), may be added as pkgs later (if demand exists).
8 lines
213 B
Makefile
8 lines
213 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/01/06 13:00:47 martin Exp $
|
|
# daicctl - i4b daic driver userland configuration and debug tool
|
|
|
|
PROG= daicctl
|
|
SRCS= main.c dnload.c xlog.c istat.c debug.c
|
|
|
|
.include <bsd.prog.mk>
|