Make nullfs's lkm right.
This commit is contained in:
parent
aae49442c3
commit
f8ea65369c
@ -1,14 +1,14 @@
|
||||
# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:53 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1999/07/08 01:51:57 wrstuden Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: $S/miscfs/nullfs ${.CURDIR}/../..
|
||||
.PATH: $S/miscfs/nullfs $S/miscfs/genfs ${.CURDIR}/../..
|
||||
|
||||
MKMAN= no
|
||||
|
||||
KMOD= nullfs
|
||||
|
||||
SRCS= lkminit_vfs.c
|
||||
SRCS+= null_vfsops.c null_vnops.c null_subr.c
|
||||
SRCS+= null_vfsops.c null_vnops.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user