repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
lib
/
libusb
/
Makefile
blob
1e15b0e284609b3b9352ff213023506b6619bcce
1
# Makefile for libdriver
2
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
LIB
=
usb
6
7
SRCS
=
usb.c
8
9
.
include
<
bsd.lib.mk
>