mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Don't generate opt_debug_nullfs.h. It is no longer necessary.
Removed bogus definition of NULLFS
This commit is contained in:
parent
0d28dd1dc5
commit
dd6898f64e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50892
@ -2,13 +2,8 @@
|
||||
|
||||
.PATH: ${.CURDIR}/../../miscfs/nullfs
|
||||
KMOD= null
|
||||
SRCS= null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
|
||||
SRCS= null_subr.c null_vfsops.c null_vnops.c
|
||||
NOMAN=
|
||||
VFS_KLD=
|
||||
CFLAGS+= -DNULLFS
|
||||
CLEANFILES= opt_debug_nullfs.h
|
||||
|
||||
opt_debug_nullfs.h:
|
||||
touch ${.TARGET}
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user