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
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
lib
/
libbdev
/
Makefile
blob
ce42b1272ca6d47312b64886e13859764e5f3090
1
# Makefile for libbdev
2
.
include
<
bsd.own.mk
>
3
4
CPPFLAGS
+= -
D_MINIX_SYSTEM
5
6
LIB
=
bdev
7
8
SRCS
=
bdev.c driver.c call.c ipc.c minor.c
9
10
.
include
<
bsd.lib.mk
>