aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/procfs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commita654d072959982a88cfbd609921641d85a8eb50c (patch)
tree6a527b2850f10a3ac2b45ff3c53340217e854e0d /sys/modules/procfs
parent89045423f1d86b30a03c90c35964f518a3e4ce4d (diff)
downloadsrc-a654d072959982a88cfbd609921641d85a8eb50c.tar.gz
src-a654d072959982a88cfbd609921641d85a8eb50c.zip
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)
Notes
Notes: svn path=/head/; revision=40440
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 59089e526e37..b7b5bd1f587d 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