summaryrefslogtreecommitdiff
path: root/sys/modules/procfs/Makefile
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1998-02-04 21:56:39 +0000
committerEivind Eklund <eivind@FreeBSD.org>1998-02-04 21:56:39 +0000
commit8e734a64e34eadfb17901fd3705dd214bfb4c8af (patch)
tree96dfa3a177bca97e434fe3c4b294e66c53054845 /sys/modules/procfs/Makefile
parent3d08e8c2cc5b41ac21ec9eebca1043e939aeaae6 (diff)
Notes
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r--sys/modules/procfs/Makefile8
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>