NetBSD/tests/fs/umapfs/Makefile
pooka 344e2f2f16 Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the
basename the same as the kernel module (this too was in-tree only
for a little over a week with the old name).
2010-04-11 05:45:57 +00:00

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>