Deleted Added
full compact
Makefile (50892) Makefile (54502)
1# $FreeBSD: head/sys/modules/nullfs/Makefile 50892 1999-09-04 12:40:07Z bde $
1# $FreeBSD: head/sys/modules/nullfs/Makefile 54502 1999-12-12 16:47:33Z peter $
2
3.PATH: ${.CURDIR}/../../miscfs/nullfs
4KMOD= null
2
3.PATH: ${.CURDIR}/../../miscfs/nullfs
4KMOD= null
5SRCS= null_subr.c null_vfsops.c null_vnops.c
5SRCS= vnode_if.h \
6 null_subr.c null_vfsops.c null_vnops.c
6NOMAN=
7NOMAN=
7VFS_KLD=
8
9.include <bsd.kmod.mk>
8
9.include <bsd.kmod.mk>