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
ldivmod, uldivmod: fix qdivrem calls
[minix.git]
/
usr.sbin
/
mkfs.mfs
/
Makefile
blob
22c46141630c74f11d427e59948d970703cf765b
1
PROG
=
mkfs.mfs
2
SRCS
=
mkfs.c
3
BINDIR
= /
sbin
4
MAN
=
5
6
CPPFLAGS
+= -
D_MINIX
7
8
# LSC Adding this to activate the getline renaming macro
9
CPPFLAGS
+= -
D__NBSD_LIBC
10
11
.if
${
HOST_OSTYPE
:
C
/
\
-
.
*//:
U
} ==
"Minix"
||
!
defined
(
HOSTPROGNAME
)
12
LDADD
+= -
lminlib
-
lcompat_minix
13
.
endif
14
15
.
include
<
bsd.prog.mk
>