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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
lib
/
libpthread
/
resolv
/
Makefile
blob
e6f3d1d70f9f049c6df402e7cf1556d4e2965283
1
# $NetBSD: Makefile,v 1.1 2003/03/04 18:00:49 thorpej Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
resolv
6
7
# Note: this test relies on being dynamically linked. You will get a
8
# spurious PASS for a statically linked test.
9
DPADD
+= ${
LIBPTHREAD
}
10
LDADD
+= -
lpthread
11
12
regress
: ${
PROG
}
13
.
/${
PROG
} ${
.CURDIR
}/
mach
14
15
.
include
<
bsd.prog.mk
>