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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
minix
/
lib
/
libdevman
/
Makefile
blob
59c5f7c8e22ef1ece9e7301a67e7bdd62f5c5597
1
CPPFLAGS
+= -
D_MINIX_SYSTEM
2
3
LIB
=
devman
4
5
SRCS
=
generic.c \
6
usb.c
7
8
.
include
<
bsd.lib.mk
>
9
10