Don't generate opt_debug_nullfs.h. It is no longer necessary.

Removed bogus definition of NULLFS
This commit is contained in:
Bruce Evans 1999-09-04 12:40:07 +00:00
parent 0d28dd1dc5
commit dd6898f64e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50892

View file

@ -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>