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
segmentless smp fixes
[minix3.git]
/
drivers
/
log
/
Makefile
blob
87e9d256dd95bee7b443f643fb5f6bffebd73d21
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
MAN
=
9
10
BINDIR?
= /
usr
/
sbin
11
12
.
include
<
minix.bootprog.mk
>