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
/
servers
/
input
/
Makefile
blob
02b38de01443b158e844f8b04fcabe4582d17c73
1
# Makefile for the input server
2
3
PROG
=
input
4
SRCS
=
input.c
5
6
DPADD
+= ${
LIBCHARDRIVER
} ${
LIBSYS
}
7
LDADD
+= -
lchardriver
-
lsys
8
9
.
include
<
minix.service.mk
>
10