blob: 9486a35962432e0eb15b4366523dbf0673816d83 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.1 2008/11/24 11:26:49 ad Exp $
.include "../Makefile.inc"
.PATH: ${S}/miscfs/nullfs ${S}/miscfs/genfs
KMOD= null
SRCS= null_vfsops.c null_vnops.c
.include <bsd.kmodule.mk>
|