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:
parent
3d0a4be15d
commit
14a5084185
@ -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=
|
||||
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user