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
libutil: add O_NOCTTY to old pty open code
[minix3.git]
/
commands
/
mkfs.mfs
/
Makefile
blob
c4614af1100f2be3645fa051d35e2c53e3fc0d08
1
PROG
=
mkfs.mfs
2
SRCS
=
mkfs.c
3
BINDIR
= /
sbin
4
CPPFLAGS
+= -
I
${
MINIXSRCDIR
}/
servers
5
MAN
=
6
7
.
include
<
bsd.prog.mk
>