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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
tests
/
sys
/
rc
/
Makefile
blob
871723e838f9b2a743318f432723c9af3b7f1c12
1
# $NetBSD: Makefile,v 1.2 2010/07/13 21:13:30 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
sys
/
rc
6
7
TESTS_SH
=
t_rc_d_cli
8
9
SCRIPTSDIR
= ${
TESTSDIR
}
10
SCRIPTS
=
h_args.sh \
11
h_simple.sh
12
13
.
include
<
bsd.
test
.mk
>