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/procfs/Makefile | |
| parent | 3d08e8c2cc5b41ac21ec9eebca1043e939aeaae6 (diff) | |
Notes
Diffstat (limited to 'sys/modules/procfs/Makefile')
| -rw-r--r-- | sys/modules/procfs/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 75eecf37fe41..f76fa7e346ed 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,11 +1,15 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 12:48:49 peter Exp $ .PATH: ${.CURDIR}/../../sys/miscfs/procfs KMOD= procfs_mod SRCS= procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c procfs_subr.c \ - procfs_type.c procfs_vfsops.c procfs_vnops.c + procfs_type.c procfs_vfsops.c procfs_vnops.c opt_diagnostic.h NOMAN= VFS_LKM= CFLAGS+= -DPROCFS +CLEANFILES+=opt_diagnostic.h + +opt_diagnostic.h: + touch opt_diagnostic.h .include <bsd.kmod.mk> |
