diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 21:56:39 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-02-04 21:56:39 +0000 |
| commit | 8e734a64e34eadfb17901fd3705dd214bfb4c8af (patch) | |
| tree | 96dfa3a177bca97e434fe3c4b294e66c53054845 /sys/modules/nullfs | |
| parent | 3d08e8c2cc5b41ac21ec9eebca1043e939aeaae6 (diff) | |
Notes
Diffstat (limited to 'sys/modules/nullfs')
| -rw-r--r-- | sys/modules/nullfs/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile index dae6d79ba5ee..7f597ce03b03 100644 --- a/sys/modules/nullfs/Makefile +++ b/sys/modules/nullfs/Makefile @@ -1,12 +1,16 @@ -# $Id: Makefile,v 1.3 1997/02/22 12:48:43 peter Exp $ +# $Id: Makefile,v 1.4 1998/02/01 17:34:11 bde Exp $ .PATH: ${.CURDIR}/../../sys/miscfs/nullfs KMOD= null_mod -SRCS= null_subr.c null_vfsops.c null_vnops.c opt_debug_nullfs.h +SRCS= null_subr.c null_vfsops.c null_vnops.c \ + opt_debug_nullfs.h opt_diagnostic.h NOMAN= VFS_LKM= CFLAGS+= -DNULLFS -CLEANFILES= opt_debug_nullfs.h +CLEANFILES+=opt_debug_nullfs.h opt_diagnostic.h + +opt_diagnostic.h: + touch opt_diagnostic.h opt_debug_nullfs.h: touch ${.TARGET} |
