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
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
libexec
/
ld.elf_so
/
helper_dso1
/
Makefile
blob
b7c14073eea4c6d7dde0f3c125155bcc5030e8a3
1
# $NetBSD: Makefile,v 1.1 2011/03/31 23:34:48 joerg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
LIB
=
h_helper_dso1
6
SRCS
=
h_helper_dso1.c
7
8
LIBDIR
= ${
TESTSBASE
}/
libexec
/
ld
.elf_so
9
SHLIBDIR
= ${
TESTSBASE
}/
libexec
/
ld
.elf_so
10
SHLIB_MAJOR
=
1
11
12
MKSTATICLIB
=
no
13
MKPROFILE
=
no
14
MKPICINSTALL
=
no
15
MKLINT
=
no
16
17
NOMAN
=
# defined
18
19
.
include
<
bsd.lib.mk
>