986be8ce69
Per a "mad \"scientist\"" experiment, on i386 load kernfs support from the installed kernel module instead of linking the driver in.
14 lines
253 B
Makefile
14 lines
253 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/03/31 19:14:30 pooka Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/fs
|
|
|
|
SUBDIR+= ffs kernfs nullfs puffs tmpfs umapfs union
|
|
|
|
FILES= h_funcs.subr
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.subdir.mk>
|