Don't generate opt_debug_nullfs.h. It is no longer necessary.
Removed bogus definition of NULLFS
This commit is contained in:
parent
ae5fb4b3c8
commit
8e13a3114d
@ -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