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
Improve the process for GNU tools
[minix3.git]
/
minix
/
commands
/
fsck.mfs
/
Makefile
blob
a1482444b1b120fdfb30c15564672b29619d5d4f
1
FSCK
= ${
NETBSDSRCDIR
}/
sbin
/
fsck
2
PROG
=
fsck_mfs
3
SRCS
=
fsck.c
4
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
minix
/
fs
-
I
${
FSCK
}
5
BINDIR
= /
sbin
6
MAN
=
fsck.mfs
.1
7
8
.
include
<
bsd.prog.mk
>