From be43fa0648fdf92009d4f8159f42d480ddcc9afb Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 24 Jan 1996 19:34:49 +0000 Subject: 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 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lkm') 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= -- cgit v1.1