repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
ldd
/
elf32
/
Makefile
blob
268d6947bbd8fd871b9efec33a119443a87247c7
1
# $NetBSD: Makefile,v 1.6 2009/02/14 13:56:41 abs Exp $
2
3
.
include
<
bsd.own.mk
>
4
.
include
<
bsd.init.mk
>
5
6
CPPFLAGS
+= -
DELFSIZE
=
32
7
LIB
=
ldd_elf32
8
9
# XXX Force one member
10
SRCS
=
dummy.c
11
12
LIBISPRIVATE
=
yes
13
.PATH
: ${
.CURDIR
}/
..
14
15
.
ifdef
MLIBDIR
16
CPPFLAGS
+= -
DRTLD_ARCH_SUBDIR
=
\"
${
MLIBDIR
}
\"
17
.
endif
18
19
.if
${
MACHINE_ARCH
} !=
"alpha"
20
.
include
"../Makefile.elf"
21
.
endif
22
23
.
include
<
bsd.lib.mk
>