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
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
drivers
/
storage
/
at_wini
/
Makefile
blob
ecdb9023f2a229df80c8ed9e4d357b9e1ac1dae1
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
.
include
<
minix.service.mk
>