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
etc/services - sync with NetBSD-8
[minix.git]
/
usr.bin
/
ldd
/
elf32_compat
/
Makefile
blob
50cd55016fb7c619cc23c4936a83c2f4d362825e
1
# $NetBSD: Makefile,v 1.1 2009/12/13 08:50:56 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
.
include
<
bsd.init.mk
>
5
6
CPPFLAGS
+= -
DELFSIZE
=
32
-
DELF32_COMPAT
7
LIB
=
ldd_elf32_compat
8
9
# XXX Force one member
10
SRCS
=
dummy.c
11
12
LIBISPRIVATE
=
yes
13
.PATH
: ${
.CURDIR
}/
..
14
15
.
ifdef
COMPAT_MLIBDIR
16
MLIBDIR
= ${
COMPAT_MLIBDIR
}
17
CPPFLAGS
+= -
DRTLD_ARCH_SUBDIR
=
\"
${
MLIBDIR
}
\"
18
.
endif
19
20
.
ifdef
MLIBDIR
21
.
include
"../Makefile.elf"
22
.
endif
23
24
.
include
<
bsd.lib.mk
>