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
/
usbhidctl
/
Makefile
blob
4ac91567e8d994633b9c8189f5e7653926cffabe
1
# $NetBSD: Makefile,v 1.8 2002/02/02 16:50:19 veego Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
usbhidctl
6
SRCS
=
usbhid.c
7
8
LDADD
+= -
lusbhid
9
DPADD
+= ${
LIBUSBHID
}
10
11
.
include
<
bsd.prog.mk
>
12
.
include
<
bsd.subdir.mk
>