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
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
modules
/
pseye
/
Makefile
blob
9ae2a7fd1d0293935d964cd3fd8a7af1e9e0f7ba
1
# $NetBSD$
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
dev
/
usb
6
7
KMOD
=
pseye
8
SRCS
=
pseye.c
9
10
.
include
<
bsd.kmodule.mk
>