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
VM: make mapping types explicit
[minix.git]
/
usr.sbin
/
mkfs.mfs
/
Makefile
blob
c9a462e83ecb24bb4e9e7048fed7037bd0329a3c
1
PROG
=
mkfs.mfs
2
SRCS
=
mkfs.c
3
BINDIR
= /
sbin
4
MAN
=
5
6
CPPFLAGS
+= -
D_MINIX
7
8
LDADD?
= -
lminlib
-
lcompat_minix
9
10
.
include
<
bsd.prog.mk
>