repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
isdn
/
daicctl
/
Makefile
blob
34e2fae1ef5f6f88c9589f1f720b173243875dfe
1
# $NetBSD$
2
# daicctl - i4b daic driver userland configuration and debug tool
3
4
PROG
=
daicctl
5
SRCS
=
main.c dnload.c xlog.c istat.c debug.c
6
7
.
include
<
bsd.prog.mk
>