344e2f2f16
basename the same as the kernel module (this too was in-tree only for a little over a week with the old name).
13 lines
271 B
Makefile
13 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/04/11 05:45:57 pooka Exp $
|
|
#
|
|
|
|
TESTSDIR= ${TESTSBASE}/fs/umapfs
|
|
WARNS= 4
|
|
|
|
TESTS_C= t_basic
|
|
|
|
LDADD+= -lrumpfs_tmpfs -lrumpfs_umap -lrumpvfs_layerfs # fs drivers
|
|
LDADD+= -lrumpvfs -lrump -lrumpuser -lpthread # base
|
|
|
|
.include <bsd.test.mk>
|