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: munmap used by VM for itself is no longer used
[minix.git]
/
lib
/
libcompat_minix
/
Makefile
blob
2ee3492e440475ed3e442805f34c79c8f44ad1a7
1
.
include
<
bsd.own.mk
>
2
3
LIB
=
compat_minix
4
CPPFLAGS
+= -
D_MINIX_COMPAT
5
USE_SHLIBDIR
=
yes
6
7
.PATH
: ${
.CURDIR
}
8
9
# std_err()
10
SRCS
+=
stderr.c
11
12
# Configfile Library.
13
SRCS
+=
configfile.c
14
15
# Minix 'mtab' handling functions.
16
#
17
# These should be changed when we switch to
18
# NetBSD's 'mtab' format.
19
SRCS
+=
mtab.c
20
21
.
include
"include/Makefile.inc"
22
23
.
include
<
bsd.own.mk
>
24
SUBDIR
+=
pkgconfig
25
.
include
<
bsd.subdir.mk
>
26
27
.
include
<
bsd.lib.mk
>