summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs/Makefile
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-07-27 01:07:01 +0000
committeralex <alex@FreeBSD.org>1998-07-27 01:07:01 +0000
commitbe85829abc29955fefb5e3d02795b8ace7970f22 (patch)
tree27ca7255e7e8921d8895542450ed7250c18d7f3b /sys/modules/procfs/Makefile
parent573de313c073e4d75922a344ed07b839b6d268a4 (diff)
downloadFreeBSD-src-be85829abc29955fefb5e3d02795b8ace7970f22.zip
FreeBSD-src-be85829abc29955fefb5e3d02795b8ace7970f22.tar.gz
A better solution to the rm_at_exit problem: Register the exit function
during first mount. Unregister the exit function at last unmount. Concept by: sef Reviewed by: sef Implemented by: alex
Diffstat (limited to 'sys/modules/procfs/Makefile')
-rw-r--r--sys/modules/procfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 5eca69b..59089e5 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1998/07/01 17:02:57 bde Exp $
+# $Id: Makefile,v 1.11 1998/07/25 15:52:43 alex Exp $
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
@@ -6,7 +6,7 @@ SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c \
procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c
NOMAN=
VFS_LKM=
-CFLAGS+= -DPROCFS -DVFS_LKM_NO_DEFAULT_DISPATCH
+CFLAGS+= -DPROCFS
CLEANFILES+= opt_vmpage.h
opt_vmpage.h:
OpenPOWER on IntegriCloud