NetBSD/tests/fs/nullfs/Makefile
pooka b764352d60 Rename librumpfs_nullfs to librumpfs_null to make the basename the
same as with the kernel module (and hence MOUNT_NULL).

I added the old name to the obsolete list, but given that it was
in-tree for only a bit over a week, I'll remove the entries in a
few weeks.
2010-04-10 21:32:59 +00:00

13 lines
271 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/04/10 21:33:01 pooka Exp $
#
TESTSDIR= ${TESTSBASE}/fs/nullfs
WARNS= 4
TESTS_C= t_basic
LDADD+= -lrumpfs_tmpfs -lrumpfs_null -lrumpvfs_layerfs # fs drivers
LDADD+= -lrumpvfs -lrump -lrumpuser -lpthread # base
.include <bsd.test.mk>