summaryrefslogtreecommitdiffstats
path: root/lkm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-24 19:34:49 +0000
committerpeter <peter@FreeBSD.org>1996-01-24 19:34:49 +0000
commitbe43fa0648fdf92009d4f8159f42d480ddcc9afb (patch)
treed7c387e03487ab6f214fbdbf4628024ce4d7b470 /lkm
parent35fc06f05c328ee797c384c014cb0eb01c353115 (diff)
downloadFreeBSD-src-be43fa0648fdf92009d4f8159f42d480ddcc9afb.zip
FreeBSD-src-be43fa0648fdf92009d4f8159f42d480ddcc9afb.tar.gz
Attempt to fix the procfs LKM after making some of the procfs
code shared with ptrace and "standard" in the config.
Diffstat (limited to 'lkm')
-rw-r--r--lkm/procfs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile
index 951d65d..61c046b 100644
--- a/lkm/procfs/Makefile
+++ b/lkm/procfs/Makefile
@@ -1,10 +1,8 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $Id: Makefile,v 1.1 1994/09/21 23:27:13 wollman Exp $
-.PATH: ${.CURDIR}/../../sys/miscfs/procfs \
- ${.CURDIR}/../../sys/${MACHINE}/${MACHINE}
+.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
-SRCS= procfs_machdep.c procfs_ctl.c procfs_fpregs.c procfs_mem.c \
- procfs_note.c procfs_regs.c procfs_status.c procfs_subr.c \
+SRCS= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c \
procfs_vfsops.c procfs_vnops.c
NOMAN=
VFS_LKM=
OpenPOWER on IntegriCloud