summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-02-04 21:56:39 +0000
committereivind <eivind@FreeBSD.org>1998-02-04 21:56:39 +0000
commit357ed840539f8f9a58fb8fb389bcb6e426a9252c (patch)
treee59e11ca598a7714c4c0cc521055b195a2051531 /sys/modules/procfs
parent1c9cf806f13759df7b86517904f3a7f7b0f9c628 (diff)
downloadFreeBSD-src-357ed840539f8f9a58fb8fb389bcb6e426a9252c.zip
FreeBSD-src-357ed840539f8f9a58fb8fb389bcb6e426a9252c.tar.gz
Make the LKMs handle DIAGNOSTIC as a new-style option.
Diffstat (limited to 'sys/modules/procfs')
-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 75eecf3..f76fa7e 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>
OpenPOWER on IntegriCloud