Home | History | Annotate | Line # | Download | only in h_dtfs
      1 #	$NetBSD: Makefile,v 1.5 2016/01/23 21:22:48 christos Exp $
      2 
      3 TESTSDIR=       ${TESTSBASE}/fs/puffs/h_dtfs
      4 ATFFILE=	no
      5 
      6 TESTS_C=	h_dtfs
      7 
      8 CPPFLAGS+=	-D_KERNTYPES
      9 SRCS.h_dtfs=	dtfs.c dtfs_vfsops.c dtfs_vnops.c dtfs_subr.c
     10 LDADD+=		-lpuffs -lutil
     11 
     12 WARNS=2
     13 
     14 .include <bsd.test.mk>
     15