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
/
fbd
/
Makefile
blob
a4bfcc3205fb8741dccb2a764cf03d3a9e372fa4
1
# Makefile for the Faulty Block Device (FBD)
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
fbd
6
SRCS
=
fbd.c rule.c action.c
7
8
DPADD
+= ${
LIBBLOCKDRIVER
} ${
LIBSYS
}
9
LDADD
+= -
lblockdriver
-
lsys
10
CPPFLAGS
+= -
DDEBUG
=
0
11
12
# The FBD driver requires NetBSD libc.
13
MAN
=
14
15
BINDIR?
= /
usr
/
sbin
16
17
.
include
<
minix.service.mk
>