Home | History | Annotate | Line # | Download | only in ffs
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2009/04/08 12:08:17 pooka Exp $
      2 #
      3 
      4 TESTSDIR=	${TESTSBASE}/fs/ffs
      5 
      6 TESTS_C=	t_renamerace
      7 
      8 LDADD.t_renamerace+=	-lukfs -lrumpfs_ffs -lrumpfs_ufs -lrumpvfs -lrump
      9 LDADD.t_renamerace+=	-lrumpuser -lpthread
     10 
     11 .include <bsd.test.mk>
     12