NetBSD/sys/lkm/vfs/miscfs/nullfs/Makefile

13 lines
237 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2001/12/12 12:06:48 lukem Exp $
.include "../Makefile.inc"
1999-07-08 05:51:57 +04:00
.PATH: $S/miscfs/nullfs $S/miscfs/genfs ${.CURDIR}/../..
KMOD= nullfs
SRCS= lkminit_vfs.c
1999-07-08 05:51:57 +04:00
SRCS+= null_vfsops.c null_vnops.c
.include <bsd.kmod.mk>