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
Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git]
/
regress
/
usr.bin
/
rtld
/
dlerror-false
/
Makefile
blob
e905249dac81bd290cb112cd63184a5e2eac25d0
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
PROG
=
dlerror-false
6
7
LDADD
= -
Wl
,-
rpath
,/
var
/
nonexistent
/
lib
8
9
regress
:
10
.
/${
PROG
}
11
12
.
include
<
bsd.prog.mk
>