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
/
bsd
/
Makefile
blob
7fc998c12233bd6110248900f72f206377888e94
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
/
bsd
9
10
CFLAGS
+= -
DBSD_RENAME
11
12
TESTS_C
=
t_rename
13
14
.
include
<
bsd.
test
.mk
>