repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/make_libdeps.sh: Use sys.mk from src/.
[dragonfly.git]
/
usr.bin
/
u4bhidctl
/
Makefile
blob
da381434b9ad2c40c548d4dcee4ccc89646884ba
1
# $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $
2
# $FreeBSD: head/usr.bin/usbhidctl/Makefile 94744 2002-04-15 09:33:34Z ru $
3
4
PROG
=
usbhidctl
5
SRCS
=
usbhid.c
6
DPADD
= ${
LIBUSBHID
}
7
LDADD
= -
lusbhid
8
9
.
include
<
bsd.prog.mk
>