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
/
usr.bin
/
vmstat
/
Makefile
blob
dbf536e8fca99f15760840839a040aef0f3b148f
1
# $NetBSD: Makefile,v 1.1 2014/01/07 16:47:13 gson Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
usr.bin
/
vmstat
6
TESTS_SH
=
t_vmstat
7
8
.
include
<
bsd.
test
.mk
>