From 3b60d376b9e4a9e37e0adb0a26fcc0c424cd8872 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 24 Jan 1996 19:34:49 +0000 Subject: [PATCH] Attempt to fix the procfs LKM after making some of the procfs code shared with ptrace and "standard" in the config. --- lkm/procfs/Makefile | 8 +++----- sys/modules/procfs/Makefile | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile index 951d65d49b5..61c046befc6 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= diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 951d65d49b5..61c046befc6 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/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=