0dc8cda9a3
Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
15 lines
277 B
Makefile
15 lines
277 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/03/01 18:08:14 christos Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/fs/umapfs
|
|
WARNS= 4
|
|
|
|
TESTS_C= t_basic
|
|
|
|
LDADD+= -lrumpfs_tmpfs -lrumpfs_umap -lrumpvfs_layerfs # fs drivers
|
|
LDADD+= ${LIBRUMPBASE} # base
|
|
|
|
.include <bsd.test.mk>
|