repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
lib
/
libbdev
/
Makefile
blob
bf0e1c01c460b50c793f168b91a34e42f25fd520
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
# Makefile for libbdev
6
.
include
<
bsd.own.mk
>
7
8
LIB
=
bdev
9
10
SRCS
=
bdev.c driver.c call.c ipc.c minor.c
11
12
.
include
<
bsd.lib.mk
>