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
mkfs, mkproto: minor improvements
[minix.git]
/
commands
/
fsck.mfs
/
Makefile
blob
89e6d38fda8c1c772fae83a2f4badf1fe5d399a1
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
>