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/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
lib
/
libposix
/
posix1
/
Makefile
blob
308f0f71d5ba5879227d214ecc5016b64a5d7f87
1
# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
.PATH
: ${
.CURDIR
}/
..
8
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libposix
/
posix1
9
10
DPADD
+= ${
LIBPOSIX
}
11
LDADD
+= -
lposix
12
13
TESTS_C
=
t_rename
14
15
.
include
<
bsd.
test
.mk
>