Fixed breakage from converting NULLFS_DEBUG to a new-style option.
This commit is contained in:
parent
021886ff87
commit
4d889d1c84
@ -1,10 +1,14 @@
|
|||||||
# $Id$
|
# $Id: Makefile,v 1.3 1997/02/22 12:48:43 peter Exp $
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
|
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
|
||||||
KMOD= null_mod
|
KMOD= null_mod
|
||||||
SRCS= null_subr.c null_vfsops.c null_vnops.c
|
SRCS= null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
|
||||||
NOMAN=
|
NOMAN=
|
||||||
VFS_LKM=
|
VFS_LKM=
|
||||||
CFLAGS+= -DNULLFS
|
CFLAGS+= -DNULLFS
|
||||||
|
CLEANFILES= opt_debug_nullfs.h
|
||||||
|
|
||||||
|
opt_debug_nullfs.h:
|
||||||
|
touch ${.TARGET}
|
||||||
|
|
||||||
.include <bsd.kmod.mk>
|
.include <bsd.kmod.mk>
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
# $Id$
|
# $Id: Makefile,v 1.3 1997/02/22 12:48:43 peter Exp $
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
|
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
|
||||||
KMOD= null_mod
|
KMOD= null_mod
|
||||||
SRCS= null_subr.c null_vfsops.c null_vnops.c
|
SRCS= null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h
|
||||||
NOMAN=
|
NOMAN=
|
||||||
VFS_LKM=
|
VFS_LKM=
|
||||||
CFLAGS+= -DNULLFS
|
CFLAGS+= -DNULLFS
|
||||||
|
CLEANFILES= opt_debug_nullfs.h
|
||||||
|
|
||||||
|
opt_debug_nullfs.h:
|
||||||
|
touch ${.TARGET}
|
||||||
|
|
||||||
.include <bsd.kmod.mk>
|
.include <bsd.kmod.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user