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
Sync with cat.c from netbsd-8
[minix3.git]
/
minix
/
usr.sbin
/
mkfs.mfs
/
Makefile.mkfs
blob
fea4f2c3666d9f622f9b40b20c1e02efae1084b5
1
SRCS= mkfs.c
2
BINDIR?= /usr/sbin
3
MAN?=
4
5
.include <bsd.own.mk>
6
.include "${.PARSEDIR}/../Makefile.inc"
7
8
.PATH: ${.CURDIR}/..
9
10
CPPFLAGS+= -I${.CURDIR}
11
12
NOGCCERROR?= yes
13
14
.include <bsd.prog.mk>