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
/
libc
/
gen
/
execve
/
Makefile
blob
c04a3f89aa80150ec40b5aea9828d52771ebea55
1
# $NetBSD: Makefile,v 1.1 2014/04/29 06:29:02 uebayasi Exp $
2
3
NOMAN
=
# defined
4
WARNS
=
4
5
6
.
include
<
bsd.own.mk
>
7
8
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
gen
/
execve
9
10
TESTS_C
=
t_execve
11
12
BINDIR
= ${
TESTSDIR
}
13
SCRIPTSDIR
= ${
TESTSDIR
}
14
15
.
include
<
bsd.
test
.mk
>