Attempt to fix the procfs LKM after making some of the procfs

code shared with ptrace and "standard" in the config.
This commit is contained in:
peter 1996-01-24 19:34:49 +00:00
parent 3d0a4be15d
commit 14a5084185
2 changed files with 6 additions and 10 deletions

View File

@ -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=

View File

@ -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=