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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.bin
/
usbhidaction
/
Makefile
blob
5eef183fe9128c9c0eff92f92e330ccacaa1e14c
1
# $NetBSD: Makefile,v 1.5 2006/05/19 14:43:58 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
usbhidaction
6
SRCS
=
usbhidaction.c
7
8
LDADD
+= -
lusbhid
-
lutil
9
DPADD
+= ${
LIBUSBHID
} ${
LIBUTIL
}
10
11
.
include
<
bsd.prog.mk
>
12
.
include
<
bsd.subdir.mk
>