Drop main() prototype. Syncs with NetBSD-8
[minix.git] / tests / fs / puffs / h_dtfs / Makefile
blob553fbfca627ba060a53610ca7b4751f2701ed40f
1 # $NetBSD: Makefile,v 1.4 2010/07/13 21:13:23 jmmv Exp $
3 TESTSDIR= ${TESTSBASE}/fs/puffs/h_dtfs
4 ATFFILE= no
6 TESTS_C= h_dtfs
8 SRCS.h_dtfs= dtfs.c dtfs_vfsops.c dtfs_vnops.c dtfs_subr.c
9 LDADD+= -lpuffs -lutil
11 WARNS=2
13 .include <bsd.test.mk>