diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-01 17:34:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-01 17:34:11 +0000 |
| commit | 4d889d1c84e6a68074aca313fb5a8518a459ffd3 (patch) | |
| tree | 511bafb42b131f489c92c5f27960684b035ca64c /sys/modules/nullfs/Makefile | |
| parent | 021886ff876f5bf1ef951d8c87f94b17d0ed1bdc (diff) | |
Notes
Diffstat (limited to 'sys/modules/nullfs/Makefile')
| -rw-r--r-- | sys/modules/nullfs/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile index 9f7cd12ca7c5..dae6d79ba5ee 100644 --- a/sys/modules/nullfs/Makefile +++ b/sys/modules/nullfs/Makefile @@ -1,10 +1,14 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 12:48:43 peter Exp $ .PATH: ${.CURDIR}/../../sys/miscfs/nullfs 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= VFS_LKM= CFLAGS+= -DNULLFS +CLEANFILES= opt_debug_nullfs.h + +opt_debug_nullfs.h: + touch ${.TARGET} .include <bsd.kmod.mk> |
