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
/
drivers
/
system
/
log
/
Makefile
blob
9ac7e8a67412a33f11b9f7d224f3a985d290d9a3
1
# Makefile for log driver
2
PROG
=
log
3
SRCS
=
log.c diag.c liveupdate.c
4
5
DPADD
+= ${
LIBCHARDRIVER
} ${
LIBSYS
}
6
LDADD
+= -
lchardriver
-
lsys
7
8
.
include
<
minix.service.mk
>