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
patch(1) problems workaround
[minix3.git]
/
lib
/
libcompat_minix
/
Makefile
blob
391ee3f66318e853d699e40af0339e70881b4f5d
1
NOGCCERROR
=
yes
2
NOCLANGERROR
=
yes
3
4
.
include
<
bsd.own.mk
>
5
6
LIB
=
compat_minix
7
USE_SHLIBDIR
=
yes
8
9
.PATH
: ${
.CURDIR
}
10
11
# std_err()
12
SRCS
+=
stderr.c
13
14
# Configfile Library.
15
SRCS
+=
configfile.c
16
17
# Minix 'mtab' handling functions.
18
#
19
# These should be changed when we switch to
20
# NetBSD's 'mtab' format.
21
SRCS
+=
mtab.c
22
23
SUBDIR
+=
pkgconfig
include
24
25
.
include
<
bsd.lib.mk
>
26
.
include
<
bsd.subdir.mk
>