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
gitignore: ignore some more generated files
[minix.git]
/
drivers
/
at_wini
/
Makefile
blob
19556a45e7ee8d10a403d7c5744e748b912128dc
1
# Makefile for the AT disk driver (AT_WINI)
2
PROG
=
at_wini
3
SRCS
=
at_wini.c liveupdate.c
4
5
DPADD
+= ${
LIBBLOCKDRIVER
} ${
LIBSYS
} ${
LIBTIMERS
}
6
LDADD
+= -
lblockdriver
-
lsys
-
ltimers
7
8
MAN
=
9
10
BINDIR?
= /
sbin
11
12
.
include
<
minix.service.mk
>