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
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
lib
/
libddekit
/
build
/
ddekit_usb_server
/
Makefile
blob
9f2aff757f951180b4a72f3e9455e4af66c36858
1
LIB
=
ddekit_usb_server
2
3
SRC_DIR
= ${
NETBSDSRCDIR
}/
minix
/
lib
/
libddekit
/
src
4
5
VPATH
= ${
SRC_DIR
}
6
7
SRCS
=
usb_server.c
8
9
CFLAGS
+= -
Wall
10
11
.
include
<
bsd.lib.mk
>