NetBSD/usr.sbin/isdn/daicctl/Makefile
martin fbf08005d7 Import of essential ISDN4BSD userland utilities and their documentation.
The left out parts (which have not been installed by ISDN4BSD on NetBSD
anyway), may be added as pkgs later (if demand exists).
2001-01-06 13:00:10 +00:00

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>