summaryrefslogtreecommitdiffstats
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commitac52f6b7583c0e99b3dae24ff997a883eb9a9c4b (patch)
tree0fe9e0d5ef6ae112bba6612c549035f20ce56245 /sys/modules/procfs
parentcee4b5d4c180c7f89787124e2aefbde4bf062b46 (diff)
downloadFreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.zip
FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.tar.gz
Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
Diffstat (limited to 'sys/modules/procfs')
-rw-r--r--sys/modules/procfs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 59089e5..b7b5bd1 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.11 1998/07/25 15:52:43 alex Exp $
+# $Id: Makefile,v 1.12 1998/07/27 01:07:00 alex Exp $
-.PATH: ${.CURDIR}/../../sys/miscfs/procfs
-KMOD= procfs_mod
+.PATH: ${.CURDIR}/../../miscfs/procfs
+KMOD= procfs
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=
+VFS_KLD=
CFLAGS+= -DPROCFS
CLEANFILES+= opt_vmpage.h
OpenPOWER on IntegriCloud