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
custom message type for VM_INFO
[minix3.git]
/
commands
/
fsck.mfs
/
Makefile
blob
62a468f6e00cc2d918d5b43b3efbd6b6b5d505a8
1
FSCK
= ${
NETBSDSRCDIR
}/
sbin
/
fsck
2
PROG
=
fsck_mfs
3
SRCS
=
fsck.c
4
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
servers
-
I
${
FSCK
}
5
BINDIR
= /
sbin
6
MAN
=
7
8
.
include
<
bsd.prog.mk
>