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
/
fs
/
puffs
/
h_dtfs
/
Makefile
blob
553fbfca627ba060a53610ca7b4751f2701ed40f
1
# $NetBSD: Makefile,v 1.4 2010/07/13 21:13:23 jmmv Exp $
2
3
TESTSDIR
= ${
TESTSBASE
}/
fs
/
puffs
/
h_dtfs
4
ATFFILE
=
no
5
6
TESTS_C
=
h_dtfs
7
8
SRCS.h_dtfs
=
dtfs.c dtfs_vfsops.c dtfs_vnops.c dtfs_subr.c
9
LDADD
+= -
lpuffs
-
lutil
10
11
WARNS
=
2
12
13
.
include
<
bsd.
test
.mk
>