mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
97f1b9871e
commit
3b60d376b9
2 changed files with 6 additions and 10 deletions
|
|
@ -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 a new issue