* need TESTSDIR

* remove force-fed -g
This commit is contained in:
pooka 2010-07-06 16:43:48 +00:00
parent 7d9a68ec2a
commit 34edcf6bbe
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
# $NetBSD: Makefile,v 1.2 2010/07/06 16:32:35 pooka Exp $
# $NetBSD: Makefile,v 1.3 2010/07/06 16:43:48 pooka Exp $
NOATFFILE= # defined
TESTSDIR= ${TESTSBASE}/fs/puffs/h_dtfs
TESTS_C= h_dtfs
SRCS.h_dtfs= dtfs.c dtfs_vfsops.c dtfs_vnops.c dtfs_subr.c
LDADD+= -lpuffs -lutil
WARNS=2
DBG=-g
.include <bsd.test.mk>