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
/
libinputdriver
/
Makefile
blob
032a5c9aa8e5a51c4abd644ba4f77b1f6ea087ee
1
# Makefile for libinputdriver
2
.
include
<
bsd.own.mk
>
3
CPPFLAGS
+= -
D_MINIX_SYSTEM
4
5
LIB
=
inputdriver
6
7
SRCS
=
inputdriver.c
8
9
.
include
<
bsd.lib.mk
>