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
merge libminlib with libc
[minix3.git]
/
minix
/
usr.sbin
/
mkfs.mfs
/
Makefile.mkfs
blob
06c4ed9395aed4fe7d1c6846299990c6552d6d8e
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
NOCLANGERROR?= yes
14
15
.include <bsd.prog.mk>